Skip to content

Commit

Permalink
chore(main): Fix typo "couldn't not" -> "couldn't"
Browse files Browse the repository at this point in the history
  • Loading branch information
uristdwarf committed Nov 29, 2024
1 parent 9d692bf commit ec2c53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ int main(int argc,char **argv) {
// Only kStart should check for lock file consistency
FileLock fl(runmode, locktimeout);
if (fl.lockstatus() == FileLock::LockStatus::kFail) {
safs::log_err("couldn't not acquire lock on {}", fl.name());
safs::log_err("couldn't acquire lock on {}", fl.name());
if (gRunAsDaemon) {
fputc(0,stderr);
close_msg_channel();
Expand Down

0 comments on commit ec2c53d

Please sign in to comment.