fix: too few arguments for format
[enigma2.git] / lib / gdi / accel.cpp
index dcc5db04cb83a5302bf010e06694ea032bf1bdfa..27b4abccdcea95ddba408c6a5c2bc43edf1ab4fd 100644 (file)
@@ -90,7 +90,7 @@ int gAccel::accelAlloc(void *&addr, int &phys_addr, int size)
 {
        if ((!size) || (!m_accel_allocation))
        {
-               eDebug("size: %d, alloc %p", m_accel_allocation);
+               eDebug("size: %d, alloc %p", size, m_accel_allocation);
                addr = 0;
                phys_addr = 0;
                return -1;