Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite51398e

Browse files
committed
add double quotes to elog message about missing external directory
1 parent6974eb8 commite51398e

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
@@ -479,7 +479,7 @@ dir_list_file(parray *files, const char *root, bool exclude, bool omit_symlink,
479479
{
480480
/* For external directory this is not ok */
481481
if (external_dir_num>0)
482-
elog(ERROR,"External directory is not found:%s",root);
482+
elog(ERROR,"External directory is not found:\"%s\"",root);
483483
else
484484
return;
485485
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp