We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839b3b9 commit 720d5d0Copy full SHA for 720d5d0
src/LibManager.cpp
@@ -293,7 +293,7 @@ namespace lib_manager {
293
*/
294
LibInterface* LibManager::acquireLibrary(const string &libName) {
295
if(libMap.find(libName) == libMap.end()) {
296
-#ifdef DEBUF
+#ifdef DEBUG
297
fprintf(stderr, "LibManager: could not find \"%s\"\n", libName.c_str());
298
#endif
299
return 0;
0 commit comments