Skip to content

Commit

Permalink
fix an editing operation error
Browse files Browse the repository at this point in the history
  • Loading branch information
t-horikawa committed Dec 5, 2023
1 parent 8eed1e5 commit 0629c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tateyama/process/control.cpp
Expand Up @@ -395,8 +395,8 @@ tgctl::return_code tgctl_start(const std::string& argv0, bool need_check, tateya
} else {
if (!FLAGS_quiet) {
std::cout << "could not launch " << server_name_string << " within " << (sleep_time_unit_regular * check_count) / 1000 << " seconds, launch is still in progres" << std::endl;
rtnv = tgctl::return_code::err;
}
rtnv = tgctl::return_code::err;
}
} else if (check_result == another) {
if (!FLAGS_quiet) {
Expand Down

0 comments on commit 0629c12

Please sign in to comment.