Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 8064)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 8065)
@@ -652,5 +652,5 @@
       out.setRealNumberPrecision(4);
       for (int ii = 0; ii < corrs().size(); ii++) {
-    	const cmbCorr* corr = corrs()[ii];
+      const cmbCorr* corr = corrs()[ii];
         out << _resTime.datestr().c_str() << ' '
             << _resTime.timestr().c_str() << " "
@@ -1184,4 +1184,6 @@
   QMutexLocker locker(&_mutex);
 
+  QTextStream out(&_log, QIODevice::WriteOnly);
+
   // Find the AC Name
   // ----------------
@@ -1192,4 +1194,7 @@
     if (AC->mountPoint == mountPoint) {
       acName = AC->name;
+      out << "Provider ID changed: AC " << AC->name.toAscii().data()   << " "
+          << _resTime.datestr().c_str()    << " "
+          << _resTime.timestr().c_str()    << endl;
       break;
     }
