no need to print that
This commit is contained in:
parent
093c3e8335
commit
00da2fee2c
|
@ -88,7 +88,6 @@ class plugin:
|
||||||
ev[2][1], status))
|
ev[2][1], status))
|
||||||
fic.close()
|
fic.close()
|
||||||
if lognotusr == 1:
|
if lognotusr == 1:
|
||||||
print jid
|
|
||||||
fic = open(LOGPATH + jid, "a")
|
fic = open(LOGPATH + jid, "a")
|
||||||
fic.write("%s:%s:%s:%s\n" % (tim, ev[2][0] + '/' + ev[2][3], \
|
fic.write("%s:%s:%s:%s\n" % (tim, ev[2][0] + '/' + ev[2][3], \
|
||||||
ev[2][1], status))
|
ev[2][1], status))
|
||||||
|
|
Loading…
Reference in New Issue