[Rt-commit] r13684 - in rt/3.8/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Sun Jun 29 15:50:05 EDT 2008
Author: sartak
Date: Sun Jun 29 15:50:05 2008
New Revision: 13684
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/lib/RT/SharedSetting.pm
Log:
r63313 at onn: sartak | 2008-06-26 20:48:51 -0400
Demote the invalid privacy string error to a debug, it's not actually end-of-world bad
Modified: rt/3.8/trunk/lib/RT/SharedSetting.pm
==============================================================================
--- rt/3.8/trunk/lib/RT/SharedSetting.pm (original)
+++ rt/3.8/trunk/lib/RT/SharedSetting.pm Sun Jun 29 15:50:05 2008
@@ -373,7 +373,7 @@
unless ($obj_type && $obj_id) {
$privacy = '(undef)' if !defined($privacy);
- $RT::Logger->error("Invalid privacy string '$privacy'");
+ $RT::Logger->debug("Invalid privacy string '$privacy'");
return undef;
}
More information about the Rt-commit
mailing list