Skip to content

Commit

Permalink
tweak misleading debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Jan 25, 2019
1 parent fd50eae commit 051b42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twili_applet_shim/applet_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ void ControlMode(ipc::client::Object &iappletshim) {
auto wh = waiter.Add(
event,
[&]() -> bool {
printf("iappletshim controller spawning host\n");
printf("iappletshim controller event signalled\n");
try {
event.ResetSignal();

Expand Down

0 comments on commit 051b42a

Please sign in to comment.