diff options
Diffstat (limited to 'src/pvs.cpp')
| -rwxr-xr-x | src/pvs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pvs.cpp b/src/pvs.cpp index 07b9005..2aaec8a 100755 --- a/src/pvs.cpp +++ b/src/pvs.cpp @@ -54,9 +54,9 @@ PVS::PVS() : new PvsAdaptor(this); QDBusConnection dbus = QDBusConnection::sessionBus(); if (!dbus.registerObject("/", this)) - printf("[ERROR] DBus: Could not register object\n"); + qDebug("[ERROR] DBus: Could not register object"); if (!dbus.registerService("org.openslx.pvs")) - printf("[ERROR] DBus: Could not register service\n"); + qDebug("[ERROR] DBus: Could not register service"); _sdClient = new PVSServiceDiscovery(this); |
