OSSP CVS Repository

ossp - Check-in [322]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 322
Date: 2001-Jan-19 15:28:08 (local)
2001-Jan-19 14:28:08 (UTC)
User:simons
Branch:
Comment: Fixed the spelling of the newly added syslog messages.
Tickets:
Inspections:
Files:
ossp-pkg/petidomo/subscribe.c      1.17 -> 1.18     3 inserted, 3 deleted
ossp-pkg/petidomo/unsubscribe.c      1.16 -> 1.17     3 inserted, 3 deleted

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


ossp-pkg/petidomo/unsubscribe.c 1.16 -> 1.17

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

CVSTrac 2.0.1