This commit is contained in:
marketideas 2019-11-13 22:03:34 -08:00
parent 3dd2c835ba
commit 878fb4ac3b
2 changed files with 4 additions and 4 deletions

View File

@ -400,8 +400,8 @@ int CLASS::processfile(std::string &p)
try
{
printf("filename : %s\n", path.toString().c_str());
printf("directory: %s\n", dir.c_str());
//printf("filename : %s\n", path.toString().c_str());
//printf("directory: %s\n", dir.c_str());
valid = true;

View File

@ -50,7 +50,7 @@ int CLASS::runCommandLineApp(void)
startdirectory = Poco::Path::current();
LOG_DEBUG << "currentdir: " << startdirectory << endl;
//LOG_DEBUG << "currentdir: " << startdirectory << endl;
if (commandargs.size() == 0)
{
fprintf(stderr, "No files given (--help for help)\n\n");
@ -63,7 +63,7 @@ int CLASS::runCommandLineApp(void)
std::string p = fn.path();
Poco::Path path(p);
logger().information(path.toString());
//logger().information(path.toString());
std::string e = toUpper(path.getExtension());