public inbox for mlmmj@mlmmj.org
 help / color / mirror / Atom feed
* [mlmmj] bug in mlmmj-sub.c
@ 2018-03-08  9:27 Per Jessen
  0 siblings, 0 replies; only message in thread
From: Per Jessen @ 2018-03-08  9:27 UTC (permalink / raw)
  To: mlmmj

[-- Attachment #1: Type: text/plain, Size: 101 bytes --]

In mlmmj version 1.2.19 and 1.3.0. 


-- 
Per Jessen, Zürich (5.5°C)
Member, openSUSE Heroes

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: mlmmj-sub.diff --]
[-- Type: text/x-diff; name="mlmmj-sub.diff", Size: 561 bytes --]

--- 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);
 	}
 	


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-08  9:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08  9:27 [mlmmj] bug in mlmmj-sub.c Per Jessen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox