diff --git a/src/remote.py b/src/remote.py index 1a1336a5..b94a82ac 100644 --- a/src/remote.py +++ b/src/remote.py @@ -310,7 +310,7 @@ def set_status_cb(self, status): self.status = status self.cancel_ops_if_offline() - logging.debug("Remote: %s is now %s ****" % (self.hostname, self.status)) + logging.debug("Remote: %s is now %s ****" % (self.hostname, RemoteStatus(self.status).name)) self.emit("remote-status-changed") return GLib.SOURCE_REMOVE