[Pkg-iscsi-maintainers] [SCM] Debian Open-iSCSI Packaging branch, upstream-mnc, updated. 2.0-872-101-g2616afb

Mike Christie michaelc at cs.wisc.edu
Mon May 2 18:56:36 UTC 2011


The following commit has been merged in the upstream-mnc branch:
commit 70c00089edea182bbdcc0f1e4fcc50adc68dc357
Author: Mike Christie <michaelc at cs.wisc.edu>
Date:   Sat Feb 12 11:58:52 2011 -0600

    iscsid: fix signal handler debug msg
    
    The signal handler debug message was a mess. This
    fixes it so it is clear it is printing the pid and signal
    number and when.

diff --git a/usr/iscsid.c b/usr/iscsid.c
index a60d6fa..67a6944 100644
--- a/usr/iscsid.c
+++ b/usr/iscsid.c
@@ -301,7 +301,7 @@ static void iscsid_shutdown(void)
 
 static void catch_signal(int signo)
 {
-	log_debug(1, "%d caught signal -%d...", signo, getpid());
+	log_debug(1, "pid %d caught signal %d", getpid(), signo);
 	switch (signo) {
 	case SIGTERM:
 		iscsid_shutdown();

-- 
Debian Open-iSCSI Packaging



More information about the Pkg-iscsi-maintainers mailing list