diff --git a/src/main.cpp b/src/main.cpp index 9bebb2c..cd1d862 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,6 @@ #include "MyApp.hpp" #include "resources/resource.hpp" -#include "uiresources.h" #include "utilities/ILog.hpp" #include "utilities/SpdLogger.hpp" @@ -18,7 +17,7 @@ int main(int argc, char** argv) #else logger = make_unique(std::string(getenv("HOME")) + "/.cache/pixelarium/log.log", "default"); #endif - logger->Info(std::format("{}: Starting Application {}", __FUNCTION__, PIXELARIUM_TITLE)); + logger->Info(std::format("{}: Starting Application {}", __FUNCTION__, "Pixelarium")); logger->ChangeLevel(utils::log::LogLevel::Debug); auto image_pool{std::make_unique()};