Fix multi-line log message
parent
cdf089fba8
commit
d1db71dfae
|
@ -48,9 +48,7 @@ class NXCModule:
|
||||||
keepass_process_id = row[0]
|
keepass_process_id = row[0]
|
||||||
keepass_process_username = row[1]
|
keepass_process_username = row[1]
|
||||||
keepass_process_name = row[2]
|
keepass_process_name = row[2]
|
||||||
context.log.highlight(
|
context.log.highlight(f'Found process "{keepass_process_name}" with PID {keepass_process_id} (user {keepass_process_username})')
|
||||||
f'Found process "{keepass_process_name}" with PID {keepass_process_id} (user {keepass_process_username})'
|
|
||||||
)
|
|
||||||
if row_number == 0:
|
if row_number == 0:
|
||||||
context.log.display("No KeePass-related process was found")
|
context.log.display("No KeePass-related process was found")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue