diff --git a/src/Version.h b/src/Version.h index 2c12f55..d86701f 100644 --- a/src/Version.h +++ b/src/Version.h @@ -3,6 +3,6 @@ #define THRAWN_MAJOR_VERSION 1 #define THRAWN_MINOR_VERSION 1 -#define THRAWN_PATCH_VERSION 0 +#define THRAWN_PATCH_VERSION 1 #endif // VERSION_H diff --git a/src/main.cpp b/src/main.cpp index 3270d2e..22901a2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -121,7 +121,7 @@ int main(int argc, char* argv[]) { LuaEngine::get_instance().time_schedule.pop(); call_thrawn_on_schedule(*scheduled_service.service, now, scheduled_service.callback); scheduled_service.next(); - spdlog::info("Now: {} Next: {}, Time: {}", now, scheduled_service.next_run, std::time(0)); + LuaEngine::get_instance().time_schedule.push(scheduled_service); }else{