diff options
Diffstat (limited to 'Command/SetKey.hs')
-rw-r--r-- | Command/SetKey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/SetKey.hs b/Command/SetKey.hs index dbad148b2..546bd8e2d 100644 --- a/Command/SetKey.hs +++ b/Command/SetKey.hs @@ -46,5 +46,5 @@ perform file = do cleanup :: CommandCleanup cleanup = do key <- cmdlineKey - logStatus key ValuePresent + logStatus key InfoPresent return True |