Hello,

Following message
QDBusConnection: name 'xxx.yyy.yyy' had owner '' but we thought it was ':1.72'
comes from the QDBusServicewatcher when service is started.

I create the instance of Watcher and call the addWatchedService() method BEFORE the service start. The watcher shall signalize unregistration of a service.

What is the meaning of the message, why is t written to the stderr? (it is not visible in the QT Creator)

Is this a bug? The same message appears also when watching for registration - where it should be obvious, that service does not exist during the watcher initialization.

THX for your hints