Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
03473d1f
Commit
03473d1f
authored
Jan 09, 2018
by
Leigh B Stoller
Browse files
Kill debugging, too much noise in the log.
parent
93c6ede4
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/aptevent_daemon.in
View file @
03473d1f
#!/usr/bin/perl -w
#
# Copyright (c) 2008-201
7
University of Utah and the Flux Group.
# Copyright (c) 2008-201
8
University of Utah and the Flux Group.
#
# {{{GENIPUBLIC-LICENSE
#
...
...
@@ -234,7 +234,7 @@ sub HandleSliverStatus($$$$)
{
my
(
$site
,
$sliver_urn
,
$instance
,
$json
)
=
@_
;
print
"
HandleSliverStatus:
$site
,
$sliver_urn
,
$instance
\n
";
#
print "HandleSliverStatus: $site, $sliver_urn, $instance\n";
if
(
exists
(
$instance
->
AggregateHash
()
->
{
$site
}))
{
my
$sliver
=
$instance
->
AggregateHash
()
->
{
$site
};
...
...
@@ -262,7 +262,7 @@ sub HandleSliceStatus($$$)
{
my
(
$site
,
$instance
,
$json
)
=
@_
;
print
"
HandleSliceStatus:
$site
,
$instance
\n
";
#
print "HandleSliceStatus: $site, $instance\n";
if
(
exists
(
$instance
->
AggregateHash
()
->
{
$site
}))
{
my
$sliver
=
$instance
->
AggregateHash
()
->
{
$site
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment