[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.7-908-gcd6a5ac
Shawn Moore
sartak at bestpractical.com
Thu Dec 16 18:27:22 EST 2010
The branch, 3.9-trunk has been updated
via cd6a5acee358e8929a8dd1dfc78599777b23a536 (commit)
from cfdfd64c4d58cae70e8513b46ce34202be0e7ff4 (commit)
Summary of changes:
bin/rt-crontool.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit cd6a5acee358e8929a8dd1dfc78599777b23a536
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu Dec 16 18:27:08 2010 -0500
Remove a newline inside a loc
diff --git a/bin/rt-crontool.in b/bin/rt-crontool.in
index 00d3e48..bc7c7f1 100755
--- a/bin/rt-crontool.in
+++ b/bin/rt-crontool.in
@@ -228,7 +228,7 @@ sub process {
#commit our action.
return unless $action_obj->Commit;
- print loc("Action committed.\n") if $verbose;
+ print loc("Action committed.") if $verbose;
}
# =head2 get_transactions
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list