Skip to content

Commit

Permalink
server: exit log improvement (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymjiang committed Jan 12, 2022
1 parent d0bcf1a commit 9504276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byteps/server/server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ extern "C" void byteps_server() {
}
}

LOG(INFO) << "byteps has been shutdown";
LOG(INFO) << "BytePS server quited normally";
return;
}

Expand Down

0 comments on commit 9504276

Please sign in to comment.