1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 18:55:09 +03:00

analyze: fix typo

This commit is contained in:
Lennart Poettering 2011-04-12 01:19:48 +02:00
parent cc93c1b286
commit c59c76cab0

View File

@ -89,7 +89,7 @@ if len(sys.argv) <= 1 or sys.argv[1] == 'time':
finish_time/1000)
else:
print "Startup finished in %lums (kernel) + %lums (userspace) = %lums" % ( \
startup_time/1000, \
start_time/1000, \
(finish_time - start_time)/1000, \
finish_time/1000)