Skip to content

Commit

Permalink
Fix typo that suppresses error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Dec 3, 2016
1 parent f170212 commit f0e81b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LibManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ namespace lib_manager {
*/
LibInterface* LibManager::acquireLibrary(const string &libName) {
if(libMap.find(libName) == libMap.end()) {
#ifdef DEBUF
#ifdef DEBUG
fprintf(stderr, "LibManager: could not find \"%s\"\n", libName.c_str());
#endif
return 0;
Expand Down

0 comments on commit f0e81b1

Please sign in to comment.