0007-bb_mutebblogger.patch 663 B

12345678910111213141516
  1. --- a/src/bblogger.c
  2. +++ b/src/bblogger.c
  3. @@ -144,7 +144,11 @@
  4. /* Error lines are errors. */
  5. if (strncmp(string, "(EE)", 4) == 0){
  6. if (strstr(string, "Failed to load module \"kbd\"") ||
  7. - strstr(string, "No input driver matching")) {
  8. + strstr(string, "Failed to load module \"mouse\"") ||
  9. + strstr(string, "failed to set DRM interface version 1.4:") ||
  10. + strstr(string, "No input driver matching") ||
  11. + strstr(string, "systemd-logind: failed to get session:") ||
  12. + strstr(string, "Server terminated successfully")) {
  13. /* non-fatal errors */
  14. prio = LOG_DEBUG;
  15. } else {