Fix bug
authorEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 25 May 2015 00:57:16 +0000 (02:57 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@ericsson.com>
Mon, 25 May 2015 00:57:16 +0000 (02:57 +0200)
example/diameter/batchConverter/main.cpp

index 14300cc..2095f44 100644 (file)
@@ -148,7 +148,7 @@ int main(int argc, char **argv) {
       }
 
       if(stackTok.size() != 2)
-        throw anna::RuntimeException("Each stack must be in the form '<application-id>#<xml dictionary pathfile>'", ANNA_FILE_LOCATION);
+        throw anna::RuntimeException("Each stack must be in the form '<application-id>,<xml dictionary pathfile>'", ANNA_FILE_LOCATION);
 
       multistack = true;
       stack_it = stackTok.begin();