diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-11 16:34:45 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:13 +0200 |
commit | e21096cd064a5a2660800b9db36a7e40fc1bfe4b (patch) | |
tree | 56b280c2768a06802e56979eec3ab7a035289fb8 | |
parent | 5fd5c0755ac4c07418075d50393b0de0f74fc1ac (diff) |
Improve error message
-rw-r--r-- | src/core/parser/stack/Stack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/stack/Stack.cpp b/src/core/parser/stack/Stack.cpp index d37f178..697e663 100644 --- a/src/core/parser/stack/Stack.cpp +++ b/src/core/parser/stack/Stack.cpp @@ -882,7 +882,7 @@ static void strayTokenNote(const std::string &preamble, type = " structure"; } logger.note(preamble + " \"" + d.descriptor->getName() + "\"" + type + - ", as specified here", + ", specified here", *(d.descriptor)); } } |