projects
/
satune.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Adding warning print in case the tuner cannot be loaded
[satune.git]
/
src
/
Tuner
/
searchtuner.cc
diff --git
a/src/Tuner/searchtuner.cc
b/src/Tuner/searchtuner.cc
index
f4f4cfc
..
9eff976
100644
(file)
--- a/
src/Tuner/searchtuner.cc
+++ b/
src/Tuner/searchtuner.cc
@@
-99,6
+99,8
@@
SearchTuner::SearchTuner(const char *filename) {
usedSettings.add(setting);
}
myfile.close();
+ } else{
+ model_print("Warning: Tuner couldn't be loaded ... Using default tuner instead ....\n");
}
}