]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/adouble/ad_open.c
altered the layout of code calling syslog witha space to conform with the rest of...
[netatalk.git] / libatalk / adouble / ad_open.c
index 62154c7d7dcd9e2fb79a3d8f57ea5d1124d5fc9f..358751406847fcafe43a5907ff80a045085aaee5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ad_open.c,v 1.10 2001-08-15 02:17:06 srittau Exp $
+ * $Id: ad_open.c,v 1.11 2002-01-03 17:29:12 sibaz Exp $
  *
  * Copyright (c) 1999 Adrian Sun (asun@u.washington.edu)
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
@@ -576,7 +576,7 @@ ad_mkdir( path, mode )
     int                        mode;
 {
 #ifdef DEBUG
-    syslog (LOG_INFO, "ad_mkdir: Creating directory with mode %d", mode);
+    syslog(LOG_INFO, "ad_mkdir: Creating directory with mode %d", mode);
 #endif /* DEBUG */
     return mkdir( path, ad_mode( path, mode ) );
 }