1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Changed logging for writing to terminal window title

This commit is contained in:
James Booth 2015-01-01 22:51:52 +00:00
parent 0a7277a7f5
commit 1a61b4faf4

View File

@ -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);