Properly report errors in 'focus parent' (Thanks eeemsi)

Also, make X11 errors debug log level only. They are harmless usually.

fixes #762
This commit is contained in:
Michael Stapelberg
2012-08-05 20:56:33 +02:00
parent afc16953b9
commit 1b2d222449
3 changed files with 3 additions and 3 deletions

View File

@ -1263,7 +1263,7 @@ void cmd_focus_level(I3_CMD, char *level) {
if (con_fullscreen_permits_focusing(focused->parent))
success = level_up();
else
LOG("Currently in fullscreen, not going up\n");
ELOG("'focus parent': Currently in fullscreen, not going up\n");
}
}