Tiling2: Fixed error message.

This commit is contained in:
Tom Hacohen 2014-01-17 15:55:54 +00:00
parent 08b877fa1f
commit f0efa12921
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ _remove_client(E_Client *ec)
Window_Tree *item = tiling_window_tree_client_find(_G.tinfo->tree, ec);
if (!item)
{
ERR("Couldn't find tree item for focused client %p!", ec);
ERR("Couldn't find tree item for client %p!", ec);
return;
}