Fix bug
[anna.git] / 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();