diff options
-rw-r--r-- | lib/postrunner/Main.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/Main.rb b/lib/postrunner/Main.rb index d1b36fd..8cf50ae 100644 --- a/lib/postrunner/Main.rb +++ b/lib/postrunner/Main.rb @@ -311,7 +311,7 @@ EOT if args.empty? @db.check(true) @ffs.check - Log.info "Datebase cleanup started. Please wait ..." + Log.info "Database cleanup started. Please wait ..." @db.gc Log.info "Database cleanup finished" else |