Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyarime authored Aug 6, 2022
1 parent 3e7bb9a commit e5be258
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ void signal_async_wait(signal_set &sig, Service &service, bool &restart) {

int main(int argc, const char *argv[]) {
try {
Log::log("Welcome to trojan " + Version::get_version(), Log::FATAL);
Log::log("Welcome to MoeAgent " + Version::get_version(), Log::FATAL);
Log::log("Powered by MoeIDC");
string config_file;
string log_file;
string keylog_file;
Expand Down

0 comments on commit e5be258

Please sign in to comment.