From 4f7ed8bdc59f59987f9b522363fc17f8ff9c24e0 Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Tue, 19 Jan 2010 17:36:55 +0100 Subject: [PATCH] Sometimes SSH related information is lost .... --- aha/ahalib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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