]> arthur.barton.de Git - netatalk.git/commitdiff
Fix: There is no LOG macro, yet. netatalk-1-5-3
authorsrittau <srittau>
Sat, 16 Mar 2002 18:26:34 +0000 (18:26 +0000)
committersrittau <srittau>
Sat, 16 Mar 2002 18:26:34 +0000 (18:26 +0000)
libatalk/dsi/dsi_stream.c

index 026d82042ac0a94888d307140d00705455dbeafc..e2ed3f04db8d530a16e30f66bbb3b757256ac5ff 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: dsi_stream.c,v 1.4.2.2 2002-03-12 16:16:55 srittau Exp $
+ * $Id: dsi_stream.c,v 1.4.2.3 2002-03-16 18:26:34 srittau Exp $
  *
  * Copyright (c) 1998 Adrian Sun (asun@zoology.washington.edu)
  * All rights reserved. See COPYRIGHT.
@@ -186,7 +186,7 @@ int dsi_stream_receive(DSI *dsi, void *buf, const int ilength,
      but we get a server disconnect without reason in the log
   */
   if (!block[1]) {
-      LOG(log_error, logtype_default, "dsi_stream_receive: invalid packet, fatal");
+      syslog(LOG_ERR, "dsi_stream_receive: invalid packet, fatal");
       return 0;
   }