diff options
-rw-r--r-- | FS/FS/UID.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm index 4e3ac81f5..065db61c1 100644 --- a/FS/FS/UID.pm +++ b/FS/FS/UID.pm @@ -115,7 +115,7 @@ sub forksuidsetup { if ($confcount) { $use_confcompat = 0; }else{ - warn "NO CONFIGURATION RECORDS FOUND" unless $confcount; + warn "NO CONFIGURATION RECORDS FOUND"; } } |