Improvements
[anna.git] / example / diameter / launcher / Procedure.cpp
index 697a981..0ef767e 100644 (file)
@@ -50,7 +50,7 @@ namespace {
 
 void Procedure::execute(const std::string &args, std::string &response)  throw(anna::RuntimeException) {
 
-  response = "ERROR : ";
+  response = "Dynamic procedure failed to process '"; response += args; response += "': ";
 
   anna::Tokenizer targs;
   targs.apply(args, "|");