OSSP CVS Repository

ossp - Difference in ossp-pkg/petidomo/subscribe.c versions 1.17 and 1.18
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/petidomo/subscribe.c 1.17 -> 1.18

--- subscribe.c  2001/01/19 14:18:43     1.17
+++ subscribe.c  2001/01/19 14:28:08     1.18
@@ -1,6 +1,6 @@
 /*
    $Source: /v/ossp/cvs/ossp-pkg/petidomo/subscribe.c,v $
-   $Revision: 1.17 $
+   $Revision: 1.18 $
 
    Copyright (C) 2000 by CyberSolutions GmbH, Germany.
 
@@ -179,7 +179,7 @@
 
     if (isSubscribed(listname, address, NULL, NULL, FALSE) == TRUE)
         {
-        syslog(LOG_INFO, "%s: Attempt to subscribe \"%s\" to list \"%s\" rejected because the " \
+        syslog(LOG_INFO, "%s: Attempt to subscribe \"%s\" to list \"%s\" rejected, because the " \
                "address is already on the list.", MailStruct->From, address, listname);
 
         /* Notify the originator, that the address is already a
@@ -215,7 +215,7 @@
         char* command;
         char* cookie;
 
-        syslog(LOG_INFO, "%s: Attempt to subscribe \"%s\" to list \"%s\" deferred because the " \
+        syslog(LOG_INFO, "%s: Attempt to subscribe \"%s\" to list \"%s\" deferred, because the " \
                "request must be acknowledged first.", MailStruct->From, address, listname);
 
         command = text_easy_sprintf("subscribe %s %s", address, listname);

CVSTrac 2.0.1