[mlmmj] bug in mlmmj-sub.c
Per Jessen <[email protected]>
| Newsgroups | org.mlmmj.mlmmj |
|---|---|
| Message-ID | <[email protected]> |
In mlmmj version 1.2.19 and 1.3.0. -- Per Jessen, Zürich (5.5°C) Member, openSUSE Heroes
mlmmj-sub.diff
(text/x-diff, 540 B)
--- 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);
}