Skip to content

Commit 6e0c213

Browse files
committed
change elevel of "Create directory" message to VERBOSE
1 parent 594badf commit 6e0c213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ create_data_directories(parray *dest_files, const char *data_dir, const char *ba
10611061
}
10621062

10631063
/* This is not symlink, create directory */
1064-
elog(INFO, "Create directory \"%s\"", dir->rel_path);
1064+
elog(VERBOSE, "Create directory \"%s\"", dir->rel_path);
10651065

10661066
join_path_components(to_path, data_dir, dir->rel_path);
10671067
fio_mkdir(to_path, dir->mode, location);

0 commit comments

Comments
 (0)