Skip to content

Commit 598eeda

Browse files
committed
fix: cleanup task log
1 parent 9787b80 commit 598eeda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/webfisher/task.nim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ from config import globalConfig
1414

1515

1616
proc cleanup() {.noconv.} =
17-
debug("Cleaning up evdev device...")
17+
debug("Cleaning up input device...")
1818
cleanupDevice()
19-
debug("Cleaning up x11 display...")
19+
debug("Cleaning up display...")
2020
cleanupDisplay()
2121
notice("Exiting...")
2222
quit(0)

0 commit comments

Comments
 (0)