Skip to content
Snippets Groups Projects
Commit 820f0013 authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

Fixed mismatched error message.

parent 0ef6efbd
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public class DumpManager {
DUMP.get().deactivate();
DUMP.set(null);
} else {
throw new RuggedException(RuggedMessages.DEBUG_DUMP_ALREADY_ACTIVE);
throw new RuggedException(RuggedMessages.DEBUG_DUMP_NOT_ACTIVE);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment