Index: trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.cxx	(revision 3007)
+++ trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.cxx	(revision 3008)
@@ -318,5 +318,5 @@
   
   if ( ! datei ) {
-    cout << " Error: Can't open the file " << filename 
+    cout << " ERROR: Can't open the file " << filename 
 	 << endl ; 
     exit (230) ; 
@@ -381,7 +381,9 @@
   
   if ( ! datei ) {
-    cout << " Error: Can't open the file " << filename 
+    cout << " ERROR: Can't open the file " << filename 
 	 << endl ; 
-    cout<<  " The database for the NSB may be too small"
+    cout<<  "        The database for the NSB may be too small. "
+	<<  endl;
+    cout<<  "        See the How to Use of the Camera simulation for more information"
 	<<  endl;
     exit (230) ; 
@@ -395,8 +397,10 @@
 
   if(Int_t(read_version)!=Int_t(current_version)){
-    cout<<" Error: You are trying to read database VERSION "<<
+    cout<<" ERROR: You are trying to read database VERSION "<<
       read_version<<endl;
-    cout<<" You must generate a database for the current VERSION "<<
+    cout<<"        You must generate a database for the current VERSION "<<
       current_version<<endl;
+    cout<<"        See the NSB database section in the Camera How to Use note."
+	<<endl;
     exit (230);
   }
