Index: trunk/Mars/macros/rootlogon.C
===================================================================
--- trunk/Mars/macros/rootlogon.C	(revision 19205)
+++ trunk/Mars/macros/rootlogon.C	(revision 19206)
@@ -62,5 +62,5 @@
     cout << "Unloading 'libmars.so'... " << flush;
     if (gSystem->Unload("libmars.so"))
-        cout << "error." << endl;
+        cout << "error!" << endl;
     else
         cout << "done." << endl << endl;
@@ -79,5 +79,5 @@
     if (gSystem->Load(dir+"libmars.so")!=0)
     {
-        cout << "\033[33m\033[1m" << "error." << endl;
+        cout << "\033[31m\033[1m" << "error!" << endl;
         cout << "\033[0m" << endl;
         return false;
@@ -137,4 +137,5 @@
 
     gInterpreter->AddIncludePath(dir+"macros");
+    gInterpreter->AddIncludePath(dir+"include");
     gInterpreter->AddIncludePath(dir+"manalysis");
     gInterpreter->AddIncludePath(dir+"mastro");
