mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Change print() to Debug for "Unknown direction!" message.
This commit is contained in:
@@ -2665,7 +2665,7 @@ function UniReader:addAllCommands()
|
||||
elseif y_direction == -1 then
|
||||
max = y_s
|
||||
else
|
||||
print("ERROR: unknown direction!")
|
||||
Debug("ERROR: unknown direction!")
|
||||
end
|
||||
|
||||
max = max / step
|
||||
|
||||
Reference in New Issue
Block a user