projects
/
scpubgit/System-Introspector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3964214
)
log what group/host we are storing
Robert 'phaylon' Sedlacek [Wed, 11 Jul 2012 20:58:25 +0000 (20:58 +0000)]
lib/System/Introspector/State.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/System/Introspector/State.pm
b/lib/System/Introspector/State.pm
index
678bc42
..
8141d80
100644
(file)
--- a/
lib/System/Introspector/State.pm
+++ b/
lib/System/Introspector/State.pm
@@
-87,6
+87,7
@@
sub storage {
sub _store {
my ($self, $host, $group, $gathered) = @_;
+ $self->_log("Storing data for group '$group' on '$host'");
my $storage = $self->storage($host, $group);
my $ok = eval {
my @files;