aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 5028190..43a24d2 100644
--- a/main.c
+++ b/main.c
@@ -162,6 +162,6 @@ int main(int argc,char **argv){
runloop_set_timeout(60*1000000,timeout_callback);
runloop_add_fd(sock,server_socket_callback,false);
runloop_run();
- printf("Runloop empty, shutting down\n");
+ printf("Shutting down because runloop stopped\n");
db_close();
}