Skip to content

Commit

Permalink
missed newline in print
Browse files Browse the repository at this point in the history
  • Loading branch information
dhood committed Nov 7, 2017
1 parent c8e5725 commit afd6c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logging.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ bool rcutils_logging_logger_is_enabled_for(const char * name, int severity)
if (-1 == severity_threshold) {
fprintf(
stderr,
"Error determining if logger '%s' is enabled for severity '%d'", name, severity);
"Error determining if logger '%s' is enabled for severity '%d'\n", name, severity);
return false;
}
}
Expand Down

0 comments on commit afd6c3e

Please sign in to comment.