[shibboleth-sp2] 88/89: Fix misspelled error message.
Ferenc Wágner
wferi at moszumanska.debian.org
Thu Sep 1 09:24:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi pushed a commit to branch master
in repository shibboleth-sp2.
commit b173bb1a6ebed015b50cdb5123a8961cb66044a6
Author: Scott Cantor <cantor.2 at osu.edu>
Date: Mon Jul 25 20:03:22 2016 -0400
Fix misspelled error message.
---
.autotools | 1 +
shibsp/remoting/impl/SocketListener.cpp | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.autotools b/.autotools
index 3ce9b62..7324c77 100644
--- a/.autotools
+++ b/.autotools
@@ -29,6 +29,7 @@
<option id="program-prefix" value=""/>
<option id="program-suffix" value=""/>
<option id="program-transform-name" value=""/>
+<option id="env_vars" value=""/>
<option id="enable-maintainer-mode" value="false"/>
<flag id="CFLAGS" value="CFLAGS|CXXFLAGS">
<flagvalue id="cflags-debug" value="false"/>
diff --git a/shibsp/remoting/impl/SocketListener.cpp b/shibsp/remoting/impl/SocketListener.cpp
index 8951175..37a6716 100644
--- a/shibsp/remoting/impl/SocketListener.cpp
+++ b/shibsp/remoting/impl/SocketListener.cpp
@@ -126,7 +126,7 @@ SocketListener::ShibSocket SocketPool::connect()
if (!connected) {
m_log.crit("socket server unavailable, failing");
m_listener->close(sock);
- throw ListenerException("Cannot connect to shibd process, a site adminstrator should be notified.");
+ throw ListenerException("Cannot connect to shibd process, a site administrator should be notified that this web server has malfunctioned.");
}
m_log.debug("socket (%u) connected successfully", sock);
--
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