mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
CFrameBuffer: reduce debug spam
possible error is already intercepted.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 09d40a2ddb
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-10-12 (Wed, 12 Oct 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -819,7 +819,7 @@ void CFrameBuffer::paintBoxRel(const int x, const int y, const int dx, const int
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
if (dx == 0 || dy == 0) {
|
if (dx == 0 || dy == 0) {
|
||||||
dprintf(DEBUG_NORMAL, "[CFrameBuffer] [%s - %d]: radius %d, start x %d y %d end x %d y %d\n", __func__, __LINE__, radius, x, y, x+dx, y+dy);
|
dprintf(DEBUG_DEBUG, "[CFrameBuffer] [%s - %d]: radius %d, start x %d y %d end x %d y %d\n", __func__, __LINE__, radius, x, y, x+dx, y+dy);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (radius < 0)
|
if (radius < 0)
|
||||||
|
Reference in New Issue
Block a user