diff --git a/aha/ahalib.py b/aha/ahalib.py index c7ad83783f6..fd1e797b006 100644 --- a/aha/ahalib.py +++ b/aha/ahalib.py @@ -225,7 +225,7 @@ class ProcessTrees: ts = time.strftime("%Y-%m-%d %H:%M:%S") f.write("*** UserList created on %s ***\n"%(str(ts))) for pid in self.userList.keys(): - print "Inspecting user: ",pid + f.write("** user root process %d **\n"%pid) #See if some annotation is found for this pid if self.aplist.has_key(pid): print "Found some annotations for",pid