From 202afe0fc4dc833e5548a85f1c3f656747c02dc1 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Tue, 21 Jan 2014 14:03:08 +0100 Subject: [PATCH] marsadm: fix spelling --- userspace/marsadm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/marsadm b/userspace/marsadm index 55306569..83ad4621 100755 --- a/userspace/marsadm +++ b/userspace/marsadm @@ -1839,7 +1839,7 @@ if ($cmd eq "show") { } -lprint "using FORCE option -- hopefully you know what you do!\n" if $force; +lwarn "Using FORCE option -- hopefully you know what you are doing!\n" if $force; my %checked_res;