summaryrefslogtreecommitdiff
path: root/lib/Multi/RG.pm
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-10-24 11:39:45 +0200
committerYorhel <git@yorhel.nl>2009-10-24 11:39:45 +0200
commit56e691ac21163519392bb1711d173f4b52c24470 (patch)
treedf09488b1f14c0e683f161cde0a54448b7bf6383 /lib/Multi/RG.pm
parent0557a463cf3e1b2cd5dbb4f799a2d08c9a6cd789 (diff)
Multi::RG: Minor log format change
Better aligned, easier to read.
Diffstat (limited to 'lib/Multi/RG.pm')
-rw-r--r--lib/Multi/RG.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Multi/RG.pm b/lib/Multi/RG.pm
index de3e89bf..b3f9bb46 100644
--- a/lib/Multi/RG.pm
+++ b/lib/Multi/RG.pm
@@ -192,7 +192,7 @@ sub finish { # num, res
$_[KERNEL]->post(pg => do => "UPDATE $table SET rgraph = ? WHERE id IN($ids)", [ $id ]);
# log
- $_[KERNEL]->call(core => log => 'Generated %s relation graph #%d in %.2fs, V: %s', $table, $id, time-$_[HEAP]{start}, $ids);
+ $_[KERNEL]->call(core => log => 'Generated relation graph #%d in %.2fs, %s: %s', $id, time-$_[HEAP]{start}, uc $_[HEAP]{type}, $ids);
# clean up
delete @{$_[HEAP]}{qw| start id type nodes rels svg proc |};