CVS update: /ccvs/src/

[email protected] 12 May 2005 16:23:55 -0000
Newsgroups gmane.comp.version-control.cvs.cvs
Message-ID <[email protected]>
User: scjones 
Date: 05/05/12 09:23:55

Modified:
 /ccvs/src/
  error.c

Log:
 * error.c (error): Fix typo.

File Changes:

Directory: /ccvs/src/
=====================

File [changed]: error.c
Url: https://ccvs.cvshome.org/source/browse/ccvs/src/error.c?r1=1.44&r2=1.45
Delta lines:  +1 -1
-------------------
--- error.c	9 May 2005 19:50:47 -0000	1.44
+++ error.c	12 May 2005 16:23:53 -0000	1.45
@@ -228,7 +228,7 @@
     syslog (LOG_DAEMON | LOG_EMERG,
             "error (%d, %d) called recursively.  Second message was:",
 	    status, errnum);
-    vsyslog (LOG_DAEMON | LOG_EMERG, "%s", buf2);
+    syslog (LOG_DAEMON | LOG_EMERG, "%s", buf2);
 
     syslog (LOG_DAEMON | LOG_EMERG, "Aborting.");
 #endif /* HAVE_SYSLOG_H */