[Rt-commit] r4306 - in rt/branches/3.4-RELEASE: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Tue Dec 13 16:53:53 EST 2005
Author: jesse
Date: Tue Dec 13 16:53:52 2005
New Revision: 4306
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/I18N.pm
Log:
r20435 at truegrounds: jesse | 2005-12-13 16:51:06 -0500
* warning silencing for a log message
Modified: rt/branches/3.4-RELEASE/lib/RT/I18N.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/I18N.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/I18N.pm Tue Dec 13 16:53:52 2005
@@ -223,7 +223,7 @@
# {{{ Convert the body
eval {
- $RT::Logger->debug("Converting '$charset' to '$enc' for ". $head->mime_type . " - ". $head->get('subject'));
+ $RT::Logger->debug("Converting '$charset' to '$enc' for ". $head->mime_type . " - ". ($head->get('subject') || 'Subjectless message'));
# NOTE:: see the comments at the end of the sub.
Encode::_utf8_off( $lines[$_] ) foreach ( 0 .. $#lines );
More information about the Rt-commit
mailing list