1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:05:26 +03:00

Added debug message which is displayed when surfaces are deleted from memory.

This commit is contained in:
Ayla 2011-09-18 13:21:03 +02:00
parent cca367745b
commit cf8bd84362

View File

@ -142,6 +142,8 @@ void SurfaceCollection::del(const string &path) {
delete i->second;
surfaces.erase(i);
}
DEBUG("Unloading skin surface: '%s'\n", path.c_str());
}
void SurfaceCollection::clear() {