diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-02-23 14:46:42 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-02-23 14:46:42 -0800 |
commit | f4c653b749d43b3e5c71d59c67f31e753ff27e07 (patch) | |
tree | 2a52ebdb31c65f9b26ea975cf150023e7762d70c /cpp/src/Slice/JavaUtil.cpp | |
parent | bug 3715 - improving warning/error handling in Eclipse plugin (diff) | |
download | ice-f4c653b749d43b3e5c71d59c67f31e753ff27e07.tar.bz2 ice-f4c653b749d43b3e5c71d59c67f31e753ff27e07.tar.xz ice-f4c653b749d43b3e5c71d59c67f31e753ff27e07.zip |
bug 3715 - translator changes to improve warning/error handling in Eclipse
Diffstat (limited to 'cpp/src/Slice/JavaUtil.cpp')
-rw-r--r-- | cpp/src/Slice/JavaUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/JavaUtil.cpp b/cpp/src/Slice/JavaUtil.cpp index 87ed654e578..f0b063fbf59 100644 --- a/cpp/src/Slice/JavaUtil.cpp +++ b/cpp/src/Slice/JavaUtil.cpp @@ -3726,7 +3726,7 @@ Slice::JavaGenerator::MetaDataVisitor::visitSequence(const SequencePtr& p) if(!builtin || builtin->kind() != Builtin::KindByte) { _history.insert(s); - emitWarning(file, line, "ignoring invalid metadata `" + s + "':\n" + + emitWarning(file, line, "ignoring invalid metadata `" + s + "': " + "this metadata can only be used with a byte sequence"); } } |