Revision: 7428
          http://sourceforge.net/p/ipcop/svn/7428
Author:   owes
Date:     2014-04-07 07:51:17 +0000 (Mon, 07 Apr 2014)
Log Message:
-----------
Fix debug output.

Modified Paths:
--------------
    ipcop/trunk/src/patches/sendEmail-v1.56_smtps.patch

Modified: ipcop/trunk/src/patches/sendEmail-v1.56_smtps.patch
===================================================================
--- ipcop/trunk/src/patches/sendEmail-v1.56_smtps.patch 2014-04-06 09:17:30 UTC 
(rev 7427)
+++ ipcop/trunk/src/patches/sendEmail-v1.56_smtps.patch 2014-04-07 07:51:17 UTC 
(rev 7428)
@@ -16,8 +16,8 @@
 +        quit("ERROR => SSL start failed: ". IO::Socket::SSL::errstr(), 1);
 +    }
 +
-+    printmsg("DEBUG => SSL: Using cipher: %s\n", $SERVER->get_cipher (), 3);
-+    printmsg("DEBUG => %s", $SERVER->dump_peer_certificate(), 3);
++    printmsg("DEBUG => SSL: Using cipher: ". $SERVER->get_cipher(), 3);
++    printmsg("DEBUG => ". $SERVER->dump_peer_certificate(), 3);
 +}
 +
 +

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to