file reorg, pathnames.h, paths.h
[unix-history] / usr / src / usr.bin / uucp / uucico / gio.c
index 3c267c9..d668120 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)gio.c      5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)gio.c      5.9     (Berkeley) %G%";
 #endif
 
 #include "uucp.h"
 #endif
 
 #include "uucp.h"
@@ -137,7 +137,7 @@ FILE *fp1;
        if (Retries > 0) 
                sprintf((char *)text+strlen(text)," %d retries", Retries);
        DEBUG(1, "%s\n", text);
        if (Retries > 0) 
                sprintf((char *)text+strlen(text)," %d retries", Retries);
        DEBUG(1, "%s\n", text);
-       syslog(text);
+       log_xferstats(text);
        return SUCCESS;
 }
 
        return SUCCESS;
 }
 
@@ -194,7 +194,7 @@ FILE *fp2;
        if (Retries > 0) 
                sprintf((char *)text+strlen(text)," %d retries", Retries);
        DEBUG(1, "%s\n", text);
        if (Retries > 0) 
                sprintf((char *)text+strlen(text)," %d retries", Retries);
        DEBUG(1, "%s\n", text);
-       syslog(text);
+       log_xferstats(text);
        return SUCCESS;
 }
 
        return SUCCESS;
 }