diff options
Diffstat (limited to 'Command/DropKey.hs')
-rw-r--r-- | Command/DropKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/DropKey.hs b/Command/DropKey.hs index 780fe0adf..16a3e35d6 100644 --- a/Command/DropKey.hs +++ b/Command/DropKey.hs @@ -40,5 +40,5 @@ perform key = do cleanup :: Key -> CommandCleanup cleanup key = do - logStatus key ValueMissing + logStatus key InfoMissing return True |