From 210206c21140d7c70037f9535f3876e1a2cd91e9 Mon Sep 17 00:00:00 2001 From: andreas Date: Sun, 30 Jan 2022 16:53:08 +0100 Subject: [PATCH] avoid crash, keyboard task parameters --- lib/pagetask/Pagetask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pagetask/Pagetask.cpp b/lib/pagetask/Pagetask.cpp index 90a0f4ca..ca03accd 100644 --- a/lib/pagetask/Pagetask.cpp +++ b/lib/pagetask/Pagetask.cpp @@ -210,7 +210,7 @@ void pageTask(GwApi *api){ lastPage=pageNumber; } //call the page code - LOG_DEBUG(GwLog::DEBUG,"calling page %d type %s"); + LOG_DEBUG(GwLog::DEBUG,"calling page %d",pageNumber); currentPage->display(commonData,pages[pageNumber].parameters); }