Skip to content

Commit

Permalink
EnvironmentPreload: ignerr -> gzerr
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Nov 13, 2023
1 parent 409efa7 commit 205d9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/environment_preload/EnvironmentPreload.cc
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class gz::sim::systems::EnvironmentPreloadPrivate
}
else if (unitName != "radians")
{
ignerr << "Unrecognized unit " << unitName << "\n";
gzerr << "Unrecognized unit " << unitName << "\n";
}
}
}
Expand Down

0 comments on commit 205d9dd

Please sign in to comment.