Added comment about hacky log line #4690
@XinyuHou, when adding hacks, please annotate with a comment
This commit is contained in:
parent
62a501066f
commit
efa358f917
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue