Skip to content

Commit

Permalink
avoid crash, keyboard task parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas committed Jan 30, 2022
1 parent 3ab2170 commit 210206c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pagetask/Pagetask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 210206c

Please sign in to comment.