From: Eduardo Ramos Testillano Date: Mon, 25 May 2015 00:57:16 +0000 (+0200) Subject: Fix bug X-Git-Tag: REFACTORING_TESTING_LIBRARY~136 X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=7512d6f74897d5f85240f7987ddcdc4e64e220e7 Fix bug --- diff --git a/example/diameter/batchConverter/main.cpp b/example/diameter/batchConverter/main.cpp index 14300cc..2095f44 100644 --- a/example/diameter/batchConverter/main.cpp +++ b/example/diameter/batchConverter/main.cpp @@ -148,7 +148,7 @@ int main(int argc, char **argv) { } if(stackTok.size() != 2) - throw anna::RuntimeException("Each stack must be in the form '#'", ANNA_FILE_LOCATION); + throw anna::RuntimeException("Each stack must be in the form ','", ANNA_FILE_LOCATION); multistack = true; stack_it = stackTok.begin();