Skip to content
Snippets Groups Projects
Commit 5cbc753a authored by Francois Keith's avatar Francois Keith
Browse files

Correct the exception raised by signalTime

parent f827a09b
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