diff --git a/makefile b/Makefile similarity index 100% rename from makefile rename to Makefile diff --git a/poomer-efsw.cpp b/poomer-efsw.cpp index 64eda20..3cfc3cc 100644 --- a/poomer-efsw.cpp +++ b/poomer-efsw.cpp @@ -12,6 +12,7 @@ #include "../oom/oom_file.h" // common misc code #include "../oom/oom_bella_long.h" // common misc code #include "../oom/oom_bella_engine.h" // common misc code +#include "../oom/oom_bella_misc.h" // Logging functionality //============================================================================== // GLOBAL VARIABLES AND FUNCTIONS @@ -99,7 +100,7 @@ int DL_main(dl::Args& args) { // Check if we have files to delete while (oomWatcher.getNextFileToDelete(filePath)) { - dl::logInfo("Processing deletion: %s", filePath.string()); + dl::logInfo("Processing deletion: %s", filePath.string().c_str()); // Handle file deletion // Add your deletion logic here }