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
abda90ac
Commit
abda90ac
authored
Mar 25, 2009
by
Leigh B. Stoller
Browse files
CC errors to Utah for now, via AddAuditInfo('cc') mechanism.
parent
615e5c37
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/xmlrpc/protogeni-cm.pl.in
View file @
abda90ac
...
...
@@ -31,6 +31,7 @@ BEGIN { $GENI_DBNAME = "geni-cm"; }
# Configure variables
my
$EMULAB_PEMFILE
=
"
@prefix
@/etc/genicm.pem
";
my
$MAINSITE
=
@TBMAINSITE@
;
# Testbed libraries.
use
lib
'
@prefix@/lib
';
...
...
@@ -146,6 +147,9 @@ my $response = $responder->{'_decode'}->serve($request,
# Add stuff for log message if sent.
AddAuditInfo
("
message
",
$response
.
"
\n\n
"
.
$request
);
# CC errors to Utah for now.
AddAuditInfo
("
cc
",
"
protogeni-errors
\@
flux.utah.edu
")
if
(
!
$MAINSITE
);
#
# Terminate the log capture so that we can print the response to STDOUT
# for the web server.
...
...
Write
Preview
Supports
Markdown
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