mirror of
https://github.com/adulau/aha.git
synced 2024-12-26 10:46:11 +00:00
Sometimes SSH related information is lost ....
This commit is contained in:
parent
e226c7303a
commit
4f7ed8bdc5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue