This commit is contained in:
slguan 2019-12-16 19:03:44 +08:00
parent 2b21a75ae0
commit d62c5c3023
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ static void shellGetDirectoryFileList(char *inputDir)
}
shellMallocSQLFiles();
shellParseDirectory(inputDir, "sql", shellSQLFiles, shellSQLFileNum);
fprintf(stdout, "start to dispose %d files in %s\n", totalSQLFileNum, inputDir);
fprintf(stdout, "\nstart to dispose %d files in %s\n", totalSQLFileNum, inputDir);
}
else {
fprintf(stderr, "ERROR: %s is not a directory\n", inputDir);