From 1a61b4faf40eeeddf23fe064775de3e628f19d42 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 1 Jan 2015 22:51:52 +0000 Subject: [PATCH] Changed logging for writing to terminal window title --- src/ui/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);