diff --git a/src/monocoque/gameloop/gameloop.c b/src/monocoque/gameloop/gameloop.c index 15537be..29fcd8a 100644 --- a/src/monocoque/gameloop/gameloop.c +++ b/src/monocoque/gameloop/gameloop.c @@ -537,9 +537,9 @@ void cb(uv_poll_t* handle, int status, int events) if(f->releasing == false && doui == false) { appstate--; - slogi("User requested stop appstate is now %i", appstate); - fprintf(stdout, "User requested stop appstate is now %i\n", appstate); + fprintf(stdout, "\nUser requested stop appstate is now %i\n", appstate); fflush(stdout); + slogi("User requested stop appstate is now %i", appstate); } }