Index: trunk/src/python/unifiedlogger/activitylog_watcher.py
===================================================================
--- trunk/src/python/unifiedlogger/activitylog_watcher.py	(revision 645)
+++ trunk/src/python/unifiedlogger/activitylog_watcher.py	(revision 647)
@@ -63,5 +63,5 @@
         log_file = open (getLogFilePath() + logfilename,'r')
     except IOError:
-        print "Error: missing "+logfilepath + logfilename + " file."
+        print "Error: missing "+getLogFilePath() + logfilename + " file."
     else:
         logData=log_file.read()  # Read the activity log
@@ -80,5 +80,5 @@
         data_summary = open(getLogFilePath() + data_summary, 'r')
     except IOError:
-        print "Error: missing "+logfilepath + data_summary + " file."
+        print "Error: missing "+getLogFilePath() + data_summary + " file."
     else:
         # read in incident_description json file that contains Incident summary data
