Skip to content

Commit

Permalink
fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
yagagagaga committed Sep 12, 2024
1 parent df4ad2d commit ae23c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/runtime/exec_env_init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ Status ExecEnv::_check_deploy_mode() {
DCHECK_EQ(fsize, bytes_read);
if (expected_mode != actual_mode) {
return Status::InternalError(
"You can't switch deploy mode from {} to {}, " +
"You can't switch deploy mode from {} to {}, "
"maybe you need to check be.conf\n",
actual_mode.c_str(), expected_mode.c_str());
}
Expand Down

0 comments on commit ae23c3b

Please sign in to comment.