diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-27 21:16:44 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-27 21:16:44 +0100 |
commit | 353338072d43d41b416818f461a075512314587a (patch) | |
tree | 3d1e65572f0d1b3f495f2b4fa377e51bbf59a295 /src/drumkitloader.cc | |
parent | d5d99e268a3a258617d0e0a1127a8c5822f5cd81 (diff) |
Add debug.
Diffstat (limited to 'src/drumkitloader.cc')
-rw-r--r-- | src/drumkitloader.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drumkitloader.cc b/src/drumkitloader.cc index d5803d8..e895474 100644 --- a/src/drumkitloader.cc +++ b/src/drumkitloader.cc @@ -41,9 +41,11 @@ DrumKitLoader::DrumKitLoader() DrumKitLoader::~DrumKitLoader() { + DEBUG(loader, "~DrumKitLoader() pre\n"); if(running) { stop(); } + DEBUG(loader, "~DrumKitLoader() post\n"); } void DrumKitLoader::stop() |