]> arthur.barton.de Git - netatalk.git/commitdiff
Fix LOG call
authorfranklahm <franklahm>
Tue, 5 Jan 2010 14:31:58 +0000 (14:31 +0000)
committerfranklahm <franklahm>
Tue, 5 Jan 2010 14:31:58 +0000 (14:31 +0000)
libatalk/adouble/ad_open.c

index 6b6e09ca3035ed914903ea6b5c7b88cc836b5864..a313dd29623877411dd328d3cd9ebcfdcd25cd33 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ad_open.c,v 1.63 2010-01-05 13:48:47 franklahm Exp $
+ * $Id: ad_open.c,v 1.64 2010-01-05 14:31:58 franklahm Exp $
  *
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu)
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
@@ -1365,7 +1365,7 @@ int ad_open( const char *path, int adflags, int oflags, int mode, struct adouble
              * here.
              * if ((oflags & O_CREAT) ==> (oflags & O_RDWR)
              */
-            LOG(logtype_default, log_debug, "ad_open: creating new adouble file: %s/%s", getcwdpath(), ad_p);
+            LOG(log_debug, logtype_default, "ad_open: creating new adouble file: %s/%s", getcwdpath(), ad_p);
             admode = mode;
             errno = 0;
             st_invalid = ad_mode_st(ad_p, &admode, &st_dir);