quick fix for debug flag that was left in the code

This commit is contained in:
csoler 2020-04-27 20:28:34 +02:00
parent 07e71c3ea6
commit 0f1a3879d0
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

@ -1193,7 +1193,7 @@ int RsServer::StartupRetroShare()
std::cerr << "(EE) Cannot create extensions directory " << extensions_dir
<< ". This is not mandatory, but you probably have a permission problem." << std::endl;
#ifndef DEBUG_PLUGIN_SYSTEM
#ifdef DEBUG_PLUGIN_SYSTEM
plugins_directories.push_back(".") ; // this list should be saved/set to some correct value.
// possible entries include: /usr/lib/retroshare, ~/.retroshare/extensions/, etc.
#endif