From 49987479748fb4f5dd06f72eb9358918bae97606 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 24 Feb 2009 17:14:54 +0100 Subject: Minor fixes to metadata messages. --- cpp/src/Slice/CsUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/Slice/CsUtil.cpp') diff --git a/cpp/src/Slice/CsUtil.cpp b/cpp/src/Slice/CsUtil.cpp index 34af1de3790..c614bd815f0 100644 --- a/cpp/src/Slice/CsUtil.cpp +++ b/cpp/src/Slice/CsUtil.cpp @@ -1629,7 +1629,7 @@ Slice::CsGenerator::MetaDataVisitor::visitOperation(const OperationPtr& p) if(!cl->isLocal()) { ostringstream os; - os << "metadata directive `UserException' applies only to local operations " + os << "ignoring invalid metadata `UserException' applies only to local operations " << "but enclosing " << (cl->isInterface() ? "interface" : "class") << "`" << cl->name() << "' is not local"; emitWarning(p->file(), p->line(), os.str()); -- cgit v1.2.3