summaryrefslogtreecommitdiff
path: root/src/drumgizmo.cc
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-01-24 22:39:52 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2016-02-09 11:09:51 +0100
commit5fb315261b6f77b383525d6a0fec4b2bde2f074f (patch)
treed62bd59a8b5b7765a5843d96d60f1210824262ed /src/drumgizmo.cc
parente327656409daf5c52fa10ed9138ba45cebeaba13 (diff)
Work in deva's critique. This branch should now be ready for merge.
Diffstat (limited to 'src/drumgizmo.cc')
-rw-r--r--src/drumgizmo.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drumgizmo.cc b/src/drumgizmo.cc
index 44cd73c..e47cab7 100644
--- a/src/drumgizmo.cc
+++ b/src/drumgizmo.cc
@@ -87,8 +87,8 @@ bool DrumGizmo::loadkit(std::string file)
// Check if there is enough free RAM to load the drumkit.
if(!memchecker.enoughFreeMemory(kit))
{
- ERR(drumgizmo, "Not enough free RAM to load the drumkit.");
- return false;
+ printf("WARNING: There doesn't seem to be enough RAM available to load the kit.\n"
+ "Trying to load it anyway...\n");
}
loader.loadKit(&kit);