corrected log label
authorScott Cantor <cantor.2@osu.edu>
Tue, 25 Feb 2003 08:58:04 +0000 (08:58 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 25 Feb 2003 08:58:04 +0000 (08:58 +0000)
shib/ShibConfig.cpp

index e47b615..8fcf498 100644 (file)
@@ -169,14 +169,14 @@ void* ShibInternalConfig::refresh_fn(void* config_p)
   sigfillset(&sigmask);
   Thread::mask_signals(SIG_BLOCK, &sigmask, NULL);
 
-  // Now run the cleanup process.
+  // Now run the refresh process.
   config->refresh();
 }
 
 void ShibInternalConfig::refresh()
 {
     Mutex* mutex = Mutex::create();
-    saml::NDC ndc("cleanup");
+    saml::NDC ndc("refresh");
     log4cpp::Category& log=log4cpp::Category::getInstance(SHIB_LOGCAT".ShibConfig");
 
     mutex->lock();