File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -422,7 +422,7 @@ static int mkpath(struct flb_output_instance *ins, const char *dir)
422
422
p ++ ;
423
423
}
424
424
425
- flb_plg_debug (ins , "starting to create directory %s " , parent_path );
425
+ flb_plg_debug (ins , "processing path '%s' " , parent_path );
426
426
sep = strstr (parent_path , FLB_PATH_SEPARATOR );
427
427
if (sep != NULL && PathRemoveFileSpecA (parent_path )) {
428
428
flb_plg_debug (ins , "creating directory (recursive) %s" , parent_path );
@@ -433,7 +433,7 @@ static int mkpath(struct flb_output_instance *ins, const char *dir)
433
433
}
434
434
}
435
435
436
- flb_plg_debug (ins , "creating directory %s " , dir );
436
+ flb_plg_debug (ins , "attempting to create final directory '%s' " , dir );
437
437
if (!CreateDirectoryA (dir , NULL )) {
438
438
err = GetLastError ();
439
439
You can’t perform that action at this time.
0 commit comments