From 920a77f6af7a35fd2b0c03d600e1d3faa9ce5951 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 12 Apr 2020 08:56:22 -0600 Subject: add debug trace to code that actually saves bindings to disk --- libs/gtkmm2ext/keyboard.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs') diff --git a/libs/gtkmm2ext/keyboard.cc b/libs/gtkmm2ext/keyboard.cc index cb395f62ef..2755d1eb17 100644 --- a/libs/gtkmm2ext/keyboard.cc +++ b/libs/gtkmm2ext/keyboard.cc @@ -658,6 +658,8 @@ Keyboard::store_keybindings (string const & path) XMLNode* bnode; int ret = 0; + DEBUG_TRACE (DEBUG::Bindings, string_compose ("save bindings to %1\n", path)); + for (list::const_iterator b = Bindings::bindings.begin(); b != Bindings::bindings.end(); ++b) { bnode = new XMLNode (X_("Bindings")); bnode->set_property (X_("name"), (*b)->name()); -- cgit v1.2.3