about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-01 22:51:52 +0000
committerJames Booth <boothj5@gmail.com>2015-01-01 22:51:52 +0000
commit1a61b4faf40eeeddf23fe064775de3e628f19d42 (patch)
tree6ee4ccd5d070c08bedd3625e7be6ac9d4bdd2262
parent0a7277a7f5fc6f25c158c16273746734d2834dfd (diff)
downloadprofani-tty-1a61b4faf40eeeddf23fe064775de3e628f19d42.tar.gz
Changed logging for writing to terminal window title
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 2e69a96d..bd5f063d 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -2289,7 +2289,7 @@ _ui_draw_term_title(void)
         // print to x-window title bar
         int res = system(new_win_title);
         if (res == -1) {
-            log_error("Error printing title");
+            log_error("Error writing terminal window title.");
         }
         if (win_title != NULL) {
             free(win_title);