Skip to content

Commit

Permalink
Merge pull request sofa-framework#327 from flm8620/master
Browse files Browse the repository at this point in the history
[runSofa] remove non-ASCII chars in string
  • Loading branch information
damienmarchal authored Jul 10, 2017
2 parents 2162e2a + 36897ea commit 505a44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/projects/runSofa/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ int main(int argc, char** argv)
MessageDispatcher::addHandler( new ExceptionMessageHandler() ) ;
}
else{
msg_warning("") << "Invalid argument " << messageHandler << " for --formatting";
msg_warning("") << "Invalid argument '" << messageHandler << "' for '--formatting'";
}
MessageDispatcher::addHandler(&MainPerComponentLoggingMessageHandler::getInstance()) ;

Expand Down

0 comments on commit 505a44f

Please sign in to comment.