Skip to content

Commit

Permalink
remove non-ASCII chars in string
Browse files Browse the repository at this point in the history
non-ASCII chars caused problems in some platform when compiling
  • Loading branch information
flm8620 authored Jul 7, 2017
1 parent 2162e2a commit 36897ea
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 36897ea

Please sign in to comment.