Index: /trunk/FACT++/src/Fits.cc
===================================================================
--- /trunk/FACT++/src/Fits.cc	(revision 10757)
+++ /trunk/FACT++/src/Fits.cc	(revision 10758)
@@ -96,5 +96,5 @@
 			fFile = new FITS(fileName, RWmode::Write);
 		}
-		catch (CCfits::FitsError e)
+		catch (CCfits::FitsException e)
 		{			
 			stringstream str;
@@ -177,5 +177,5 @@
 		}
 	}
-	catch(CCfits::FitsError e)
+	catch(CCfits::FitsException e)
 	{
 		stringstream str;
@@ -203,5 +203,5 @@
 		fTable->addKey(name, value, comment);
 	}
-	catch (CCfits::FitsError e)
+	catch (CCfits::FitsException e)
 	{
 		stringstream str;
Index: /trunk/FACT++/src/dataLogger.cc
===================================================================
--- /trunk/FACT++/src/dataLogger.cc	(revision 10757)
+++ /trunk/FACT++/src/dataLogger.cc	(revision 10758)
@@ -1635,5 +1635,5 @@
                 (fNumSubAndFitsData.numOpenFits)++;
             }    
-            catch (CCfits::FitsError e)
+            catch (CCfits::FitsException e)
             {
                 stringstream str;
@@ -1934,5 +1934,5 @@
         groupTable = groupFile->addTable("GROUPING", numFilesToGroup, names, dataTypes);
      }
-     catch (CCfits::FitsError e)
+     catch (CCfits::FitsException e)
      {
          stringstream str;
@@ -2280,5 +2280,5 @@
         ;
 
-    po::options_description configs("Scheduler options");
+    po::options_description configs("DataLogger options");
     configs.add_options()
         ("block,b", vars<string>(), "Black-list of services")
