aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/modem-watcher-python/ModemWatcher.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/modem-watcher-python/ModemWatcher.py b/examples/modem-watcher-python/ModemWatcher.py
index 8091d9f3..2311a8ad 100644
--- a/examples/modem-watcher-python/ModemWatcher.py
+++ b/examples/modem-watcher-python/ModemWatcher.py
@@ -97,8 +97,8 @@ class ModemWatcher:
modem.get_equipment_identifier(),
obj.get_object_path()))
if modem.get_state() == ModemManager.ModemState.FAILED:
- print('[ModemWatcher,%s] ignoring failed modem' %
- modem_index(obj.get_object_path()))
+ print('[ModemWatcher] ignoring failed modem: %s' %
+ obj.get_object_path())
"""
Object removed