Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d474b97

Browse files
committed
live: Minor typo fix in a log message
1 parent ce936af commit d474b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

live/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,8 @@ func removeLiveDB(dbOwner, dbName string) (err error) {
439439
if _, err = os.Stat(dbPath); err != nil {
440440
if errors.Is(err, fs.ErrNotExist) {
441441
if com.AmqpDebug > 0 {
442-
log.Printf("Live node '%s': Database file '%s/%s' was requested to be deletet, but was missing " +
443-
"from filesystem path: '%s'", com.Conf.Live.Nodename, dbOwner, dbName, dbPath)
442+
log.Printf("Live node '%s': database file '%s/%s' was supposed to get deleted here, but was "+
443+
"missing from filesystem path: '%s'", com.Conf.Live.Nodename, dbOwner, dbName, dbPath)
444444
}
445445
return
446446
}

0 commit comments

Comments
 (0)