projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf0fa22
)
Call $spy->log_init_level()
author
Mike Taylor
<mike@indexdata.com>
Tue, 26 Sep 2006 11:25:30 +0000
(11:25 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 26 Sep 2006 11:25:30 +0000
(11:25 +0000)
web/htdocs/details/check.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/check.mc
b/web/htdocs/details/check.mc
index
5ad4a81
..
dd6807c
100644
(file)
--- a/
web/htdocs/details/check.mc
+++ b/
web/htdocs/details/check.mc
@@
-1,4
+1,4
@@
-%# $Id: check.mc,v 1.6 2006-09-26 10:16:15 mike Exp $
+%# $Id: check.mc,v 1.7 2006-09-26 11:25:30 mike Exp $
<%args>
@id
</%args>
@@
-16,6
+16,7
@@
$m->flush_buffer();
my $spy = new ZOOM::IRSpy::Web("localhost:3313/IR-Explain---1",
admin => "fruitbat");
+$spy->log_init_level("irspy,irspy_test");
$spy->targets(@id) if !$allTargets;
$spy->initialise();
my $res = $spy->check();