From 52ba86e2395cef08923c8f7fc1a3758cdc9dda56 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 12 Jul 2021 17:56:41 +0200 Subject: [PATCH] i3-companion: do not log full network status With special chars, it's not readable. --- bin/i3-companion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/i3-companion b/bin/i3-companion index 42aef9f..d6bf0a1 100755 --- a/bin/i3-companion +++ b/bin/i3-companion @@ -586,7 +586,7 @@ async def network_manager_status(i3, event, *args): last = getattr(network_manager_status, "last", None) if status != last: - logger.info(f"network status: {status}") + logger.info("updated network status") # Update cache file (for when polybar restarts) with open(