Skip to content

Commit

Permalink
Remove unneeded newline at the end of error_msg.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian.troutwine@rackspace.com>
  • Loading branch information
Brian L. Troutwine committed Apr 12, 2012
1 parent 77ab3ff commit efbe3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync_scanner.erl
Expand Up @@ -373,7 +373,7 @@ recompile_src_file(SrcFile, EnablePatching) ->
end;

undefined ->
error_logger:error_msg("Unable to determine options for ~p~n", [SrcFile])
error_logger:error_msg("Unable to determine options for ~p", [SrcFile])
end.


Expand Down

0 comments on commit efbe3b1

Please sign in to comment.