Add output, remove noisy output.

This commit is contained in:
Steve Checkoway
2003-09-10 03:25:58 +00:00
parent 0a54033e39
commit 04c7707c16
@@ -34,8 +34,6 @@ void HandleFile(const CString& file, const CString& dir, const CString& archiveP
command += archivePath + "' '" + dir +"' '" + file + "'";
system(command);
printf("%s\n", file.c_str());
}
const CString GetPath(const CString& ID)
@@ -126,6 +124,8 @@ int main(int argc, char *argv[])
while (nextLine < config.GetNumLines())
p.ProcessLine(config.GetLine(nextLine), nextLine);
printf("Compressing the archive.\n");
/* Compress the archive after it is created */
command = "gzip '" + archivePath + "'";
system(command);