Reorganise a ton of logs level

Most of this commits changes performance decreasing logs from info to debug and also cleans up innacurate levels.
This commit is contained in:
aldelaro5
2016-09-24 19:06:47 -04:00
parent 08f28b5351
commit f0aa9b3751
56 changed files with 320 additions and 320 deletions

View File

@ -58,7 +58,7 @@ void InhibitScreensaver(Display* dpy, Window win, bool suspend)
while (waitpid(pid, &status, 0) == -1)
;
DEBUG_LOG(VIDEO, "Started xdg-screensaver (PID = %d)", (int)pid);
INFO_LOG(VIDEO, "Started xdg-screensaver (PID = %d)", (int)pid);
}
}