Added comment about hacky log line #4690

@XinyuHou, when adding hacks, please annotate with a comment
This commit is contained in:
Nick Bolton 2015-05-19 10:28:02 +01:00
parent 62a501066f
commit efa358f917
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ ToolApp::run(int argc, char** argv)
return kExitFailed; return kExitFailed;
} }
else { else {
// HACK: send to standard out so watchdog can parse.
std::cout << "activeDesktop:" << name.c_str() << std::endl; std::cout << "activeDesktop:" << name.c_str() << std::endl;
} }
#endif #endif