Lower some log msgs.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 25 Apr 2005 01:46:03 +0000 (01:46 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 25 Apr 2005 01:46:03 +0000 (01:46 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@1554 cb58f699-b61c-0410-a6fe-9272a202ed29

shib-target/shib-mlp.cpp

index 2ae2aa8..dada49a 100644 (file)
@@ -113,7 +113,7 @@ const char* ShibMLP::run(const string& is, const IPropertySet* props, std::strin
   const char* lastpos = line;
   const char* thispos;
 
-  m_priv->log->info("Processing string");
+  m_priv->log->debug("Processing string");
 
   //
   // Search for SHIBMLP tags.  These are of the form:
@@ -278,7 +278,7 @@ const char* ShibMLP::run(istream& is, const IPropertySet* props, std::string* ou
   static string eol = "\r\n";
   string str, line;
 
-  m_priv->log->info("processing stream");
+  m_priv->log->debug("processing stream");
 
   while (getline(is, line))
     str += line + eol;