]> arthur.barton.de Git - netatalk.git/commitdiff
AppleDouble directory creation debugging
authoritlm019 <itlm019>
Wed, 28 Feb 2001 21:43:13 +0000 (21:43 +0000)
committeritlm019 <itlm019>
Wed, 28 Feb 2001 21:43:13 +0000 (21:43 +0000)
libatalk/adouble/ad_open.c

index 744866e7b702a43000884d6cd224f87cec838be6..07bc91470390b92e37827f831f23c5bcaca15ec8 100644 (file)
@@ -569,6 +569,9 @@ ad_mkdir( path, mode )
     char               *path;
     int                        mode;
 {
+#ifdef DEBUG
+    syslog (LOG_INFO, "ad_mkdir: Creating directory with mode %d", mode);
+#endif
     return mkdir( path, ad_mode( path, mode ) );
 }