Fixed typo.
This commit is contained in:
parent
7577c245db
commit
04ff737004
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class PulseProgrammerView(ModuleView):
|
|||
event_name = dialog.get_name()
|
||||
duration = dialog.get_duration()
|
||||
logger.debug(
|
||||
"Adding new event with name %s, duration %g", event_name, duration
|
||||
"Adding new event with name %s, duration %s", event_name, duration
|
||||
)
|
||||
self.module.model.add_event(event_name, duration)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue