Skip to content

Commit f0e81b1

Browse files
Fix typo that suppresses error messages
1 parent f170212 commit f0e81b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LibManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ namespace lib_manager {
293293
*/
294294
LibInterface* LibManager::acquireLibrary(const string &libName) {
295295
if(libMap.find(libName) == libMap.end()) {
296-
#ifdef DEBUF
296+
#ifdef DEBUG
297297
fprintf(stderr, "LibManager: could not find \"%s\"\n", libName.c_str());
298298
#endif
299299
return 0;

0 commit comments

Comments
 (0)