Skip to content

Commit

Permalink
refine log
Browse files Browse the repository at this point in the history
  • Loading branch information
madeye committed Jan 15, 2015
1 parent 8be9331 commit a8a5085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/local.c
Original file line number Diff line number Diff line change
Expand Up @@ -1105,7 +1105,7 @@ int main(int argc, char **argv)
ev_run(loop, 0);

if (verbose) {
LOGI("closed nicely");
LOGI("closed gracefully");
}

// Clean up
Expand Down Expand Up @@ -1230,7 +1230,7 @@ int start_ss_local_server(profile_t profile)
ev_run(loop, 0);

if (verbose) {
LOGI("closed nicely");
LOGI("closed gracefully");
}

// Clean up
Expand Down
2 changes: 1 addition & 1 deletion src/server.c
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ int main(int argc, char **argv)
ev_run(loop, 0);

if (verbose) {
LOGI("closed nicely");
LOGI("closed gracefully");
}

// Clean up
Expand Down

0 comments on commit a8a5085

Please sign in to comment.