Sprinkle __func__ in appropriate error messages.

This commit is contained in:
okan
2016-10-24 17:39:38 +00:00
parent ffd60b3cab
commit eb43101591
5 changed files with 10 additions and 10 deletions

View File

@ -101,7 +101,7 @@ screen_find(Window win)
if (sc->rootwin == win)
return(sc);
}
warnx("screen_find failure win 0x%lu\n", win);
warnx("%s: failure win 0x%lu\n", __func__, win);
return(NULL);
}