Skip to content
Snippets Groups Projects
Commit 81e7f9cb authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Task #4323: Printing 'quit-reasonnumber' when reason is 'unknown' to understand what the number is.

parent d411dd5b
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ void ObservationControl::setState(CTState::CTstateNr newState)
reportState = RTDB_OBJ_STATE_BROKEN;
break;
default:
message = "Unknown reason";
message = formatString("Unknown reason(%d)", itsQuitReason);
reportState = RTDB_OBJ_STATE_BROKEN;
}
}
......
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