summaryrefslogtreecommitdiff
path: root/vdagent/vdagent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdagent/vdagent.cpp')
-rw-r--r--vdagent/vdagent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdagent/vdagent.cpp b/vdagent/vdagent.cpp
index 51f32e1..bb07e1d 100644
--- a/vdagent/vdagent.cpp
+++ b/vdagent/vdagent.cpp
@@ -523,11 +523,11 @@ void VDAgent::event_dispatcher(DWORD timeout, DWORD wake_mask)
handle_control_event();
break;
case STOP_ACTION:
- vd_printf("%s: received stop event", __func__);
+ vd_printf("received stop event");
_running = false;
break;
default:
- vd_printf("%s: action not handled (%d)", __func__, action);
+ vd_printf("action not handled (%d)", action);
_running = false;
}
}