Skip to content
Snippets Groups Projects
Commit 79cc0615 authored by Francois Bleibel's avatar Francois Bleibel
Browse files
parents 02a79e28 5cbc753a
No related branches found
No related tags found
No related merge requests found
......@@ -188,8 +188,8 @@ cmdSignalTime( const std::string cmdLine, istringstream& cmdArg, std::ostream& o
if( !Interpreter::objectNameParser(str2,obj2,fun2) )
{
DG_THROW ExceptionFactory( ExceptionFactory::SYNTAX_ERROR,
"Plug function: syntax is unplug OBJ2.SIG2.",
"(while calling plug %s %s).",ssig.c_str() );
"signalTime function: syntax is signalTime OBJ2.SIG2.",
"(while calling signalTime %s).",ssig.c_str() );
}
dgDEBUG(20) << "Get Ent2 <"<<obj2<<"> ."<<endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment