[shibboleth-sp2] 49/119: Remove improper output to stderr/stdout.
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Tue Jan 26 21:29:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to annotated tag 1.3.1
in repository shibboleth-sp2.
commit 277e5d18529b9cc72244d04aee27d9be31a64498
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Fri Sep 7 14:34:52 2007 +0000
Remove improper output to stderr/stdout.
---
shar/shar.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/shar/shar.cpp b/shar/shar.cpp
index 58c9042..6248c1e 100644
--- a/shar/shar.cpp
+++ b/shar/shar.cpp
@@ -234,7 +234,6 @@ int real_main(int preinit)
// Run the listener
if (!shar_checkonly) {
shar_svc_run(sock, ArrayIterator<ShibRPCProtocols>(protos,1));
- fprintf(stdout,"shar_svc_run returned\n");
// Finalize the SHAR, close all clients
SHARUtils::fini();
@@ -243,7 +242,6 @@ int real_main(int preinit)
delete g_MemoryListener;
conf.shutdown();
- fprintf(stdout, "shibd shutdown complete\n");
}
return 0;
}
@@ -420,16 +418,13 @@ int main(int argc, char *argv[])
/* Finalize the SHAR, close all clients */
SHARUtils::fini();
- fprintf(stderr, "shar utils finalized\n");
listener->close(sock);
- fprintf(stderr, "shib socket closed\n");
}
conf.shutdown();
if (pidfile)
unlink(pidfile);
- fprintf(stderr, "shibd shutdown complete\n");
return 0;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list