Fix typos
This commit is contained in:
parent
1eacc66c97
commit
68b7ec5ad2
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ def init(args):
|
||||||
print('kernel tracing disabled')
|
print('kernel tracing disabled')
|
||||||
|
|
||||||
full_session_path = path.get_full_session_path(session_name, base_path)
|
full_session_path = path.get_full_session_path(session_name, base_path)
|
||||||
print(f'writting tracing session to: {full_session_path}')
|
print(f'writing tracing session to: {full_session_path}')
|
||||||
input('press enter to start...')
|
input('press enter to start...')
|
||||||
lttng.lttng_init(
|
lttng.lttng_init(
|
||||||
session_name,
|
session_name,
|
||||||
|
|
|
@ -44,7 +44,7 @@ def main():
|
||||||
print('kernel tracing disabled')
|
print('kernel tracing disabled')
|
||||||
|
|
||||||
full_session_path = path.get_full_session_path(session_name, base_path)
|
full_session_path = path.get_full_session_path(session_name, base_path)
|
||||||
print(f'writting tracing session to: {full_session_path}')
|
print(f'writing tracing session to: {full_session_path}')
|
||||||
input('press enter to start...')
|
input('press enter to start...')
|
||||||
lttng.lttng_init(
|
lttng.lttng_init(
|
||||||
session_name,
|
session_name,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue