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:
2016-10-12 09:16:36 +02:00
parent cdc1aa2ce2
commit 9ba2ef814f

View File

@@ -819,7 +819,7 @@ void CFrameBuffer::paintBoxRel(const int x, const int y, const int dx, const int
return;
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;
}
if (radius < 0)