mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-01-25 03:11:07 +02:00
Added debug message which is displayed when surfaces are deleted from memory.
This commit is contained in:
parent
cca367745b
commit
cf8bd84362
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user