Add output, remove noisy output.
This commit is contained in:
@@ -34,8 +34,6 @@ void HandleFile(const CString& file, const CString& dir, const CString& archiveP
|
|||||||
command += archivePath + "' '" + dir +"' '" + file + "'";
|
command += archivePath + "' '" + dir +"' '" + file + "'";
|
||||||
|
|
||||||
system(command);
|
system(command);
|
||||||
|
|
||||||
printf("%s\n", file.c_str());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const CString GetPath(const CString& ID)
|
const CString GetPath(const CString& ID)
|
||||||
@@ -126,6 +124,8 @@ int main(int argc, char *argv[])
|
|||||||
while (nextLine < config.GetNumLines())
|
while (nextLine < config.GetNumLines())
|
||||||
p.ProcessLine(config.GetLine(nextLine), nextLine);
|
p.ProcessLine(config.GetLine(nextLine), nextLine);
|
||||||
|
|
||||||
|
printf("Compressing the archive.\n");
|
||||||
|
|
||||||
/* Compress the archive after it is created */
|
/* Compress the archive after it is created */
|
||||||
command = "gzip '" + archivePath + "'";
|
command = "gzip '" + archivePath + "'";
|
||||||
system(command);
|
system(command);
|
||||||
|
|||||||
Reference in New Issue
Block a user