examples,watcher: print runtime MM version

This commit is contained in:
Aleksander Morgado
2019-01-13 17:33:05 +01:00
parent bb0820d012
commit 479590412e
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ const ModemWatcher = new Lang.Class({
_ModemManagerNameOwnerChanged: function() {
if (this._manager.name_owner)
print('[ModemWatcher] ModemManager service is available in bus');
print('[ModemWatcher] ModemManager ' + this._manager.get_version() + ' service is available in bus');
else
print('[ModemWatcher] ModemManager service not available in bus');
},