[cpp-sp] branch master updated: Lower log level on MDQ 304 result.
Scott Cantor
cantor.2 at osu.edu
Mon May 21 09:58:41 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=0a33320735b48003b4a1ff078c21f3625e9b4bd5
The following commit(s) were added to refs/heads/master by this push:
new 0a33320 Lower log level on MDQ 304 result.
0a33320 is described below
commit 0a33320735b48003b4a1ff078c21f3625e9b4bd5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 21 09:58:31 2018 -0400
Lower log level on MDQ 304 result.
---
shibsp/metadata/DynamicMetadataProvider.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shibsp/metadata/DynamicMetadataProvider.cpp b/shibsp/metadata/DynamicMetadataProvider.cpp
index fe1ab1d..ae03686 100644
--- a/shibsp/metadata/DynamicMetadataProvider.cpp
+++ b/shibsp/metadata/DynamicMetadataProvider.cpp
@@ -384,7 +384,7 @@ EntityDescriptor* DynamicMetadataProvider::resolve(const MetadataProvider::Crite
transport->send();
long status = transport->getStatusCode();
if (status == HTTPResponse::XMLTOOLING_HTTP_STATUS_NOTMODIFIED) {
- m_log.info("metadata resource (%s) was unmodified", name.c_str());
+ m_log.debug("metadata resource (%s) was unmodified", name.c_str());
return nullptr;
}
else if (status != HTTPResponse::XMLTOOLING_HTTP_STATUS_OK) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list