mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
tests: Add some debug output to memory-monitor-dbus.py test
This will hopefully help diagnose #2887. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #2887
This commit is contained in:
parent
5278efbd63
commit
8a4ad5f998
@ -83,6 +83,7 @@ try:
|
||||
self.fail(message or 'timed out waiting for ' + str(condition))
|
||||
|
||||
def memory_warning_cb(self, monitor, level):
|
||||
print("Received memory warning signal, level", level)
|
||||
self.last_warning = level
|
||||
self.main_context.wakeup()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user