summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--daemon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.c b/daemon.c
index 426262e..84ec5a5 100644
--- a/daemon.c
+++ b/daemon.c
@@ -351,6 +351,7 @@ int main(int argc, char *argv[]) {
 				parseControl(buf);
 			}
 			if (errno != EAGAIN) syslog(LOG_WARNING, "read: %m");
+			setTitle();
 		}
 
 		if (nfds > 0) {