summaryrefslogtreecommitdiff
path: root/FS/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-03-26 04:50:39 +0000
committerivan <ivan>2010-03-26 04:50:39 +0000
commite9f753f206b65959aad98098447f31e3a060d231 (patch)
treeed58b4a64874fc9da1db893d63bf572be5178349 /FS/FS
parenta6eae9670ed583077516d5c9cddc1e6d4188eee6 (diff)
don't warn about the configuration table during setup
Diffstat (limited to 'FS/FS')
-rw-r--r--FS/FS/UID.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/UID.pm b/FS/FS/UID.pm
index e3a4604b4..e042c05b1 100644
--- a/FS/FS/UID.pm
+++ b/FS/FS/UID.pm
@@ -128,7 +128,7 @@ sub forksuidsetup {
}
} else {
- warn "NO CONFIGURATION TABLE FOUND";
+ warn "NO CONFIGURATION TABLE FOUND" unless $FS::Schema::setup_hack;
}
unless ( $callback_hack ) {