diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-03-17 14:12:56 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-03-17 14:12:56 (GMT) |
commit | 8c1e8b1c6045d8c0e027b780f35dbfd621aef67c (patch) | |
tree | a3192e04a318514d81e940573c3b0d114a5c187e /lib | |
parent | 2c80512db5de7f09cc7566bcc64d0d29168a8dc3 (diff) | |
download | perl-Kolab-8c1e8b1c6045d8c0e027b780f35dbfd621aef67c.tar.gz |
Expand $map in debug message.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kolab/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kolab/Conf.pm b/lib/Kolab/Conf.pm index bcdf0c9..b248918 100644 --- a/lib/Kolab/Conf.pm +++ b/lib/Kolab/Conf.pm @@ -388,7 +388,7 @@ sub buildPostfixMap $haschanged{'postfix'} = 1; } - Kolab::log('T', 'Finished building Postfix $map map', KOLAB_DEBUG); + Kolab::log('T', "Finished building Postfix $map map", KOLAB_DEBUG); } sub buildCyrusGroups |