move logging around to make output a little cleaner
This commit is contained in:
parent
13d7a03acb
commit
0a498f0c64
|
|
@ -537,9 +537,9 @@ void cb(uv_poll_t* handle, int status, int events)
|
||||||
if(f->releasing == false && doui == false)
|
if(f->releasing == false && doui == false)
|
||||||
{
|
{
|
||||||
appstate--;
|
appstate--;
|
||||||
slogi("User requested stop appstate is now %i", appstate);
|
fprintf(stdout, "\nUser requested stop appstate is now %i\n", appstate);
|
||||||
fprintf(stdout, "User requested stop appstate is now %i\n", appstate);
|
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
slogi("User requested stop appstate is now %i", appstate);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue