--- mlmmj-sub.c 2012-03-27 04:08:44.000000000 +0200 +++ mlmmj-sub.c.pj 2018-03-08 10:23:26.634614784 +0100 @@ -92,7 +92,7 @@ continue; } log_error(LOG_ARGS, "could not create %s" - "ignoring request: %s", str); + "ignoring request: %s", modfilename, str); exit(EXIT_FAILURE); } break; @@ -100,7 +100,7 @@ if(writen(fd, str, strlen(str)) < 0) { log_error(LOG_ARGS, "could not write to %s" - "ignoring request: %s", str); + "ignoring request: %s", modfilename, str); exit(EXIT_FAILURE); }