mlmmj.mlmmj.org archive mirror
 help / color / mirror / Atom feed
From: Per Jessen <per@opensuse.org>
To: mlmmj@mlmmj.org
Subject: [mlmmj] bug in mlmmj-sub.c
Date: Thu, 08 Mar 2018 09:27:26 +0000	[thread overview]
Message-ID: <p7qvlv$7dp$1@saturn.local.net> (raw)

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


                 reply	other threads:[~2018-03-08  9:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='p7qvlv$7dp$1@saturn.local.net' \
    --to=per@opensuse.org \
    --cc=mlmmj@mlmmj.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).