mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-28 16:17:28 -04:00
quick fix for debug flag that was left in the code
This commit is contained in:
parent
07e71c3ea6
commit
0f1a3879d0
1 changed files with 1 additions and 1 deletions
|
@ -1193,7 +1193,7 @@ int RsServer::StartupRetroShare()
|
||||||
std::cerr << "(EE) Cannot create extensions directory " << extensions_dir
|
std::cerr << "(EE) Cannot create extensions directory " << extensions_dir
|
||||||
<< ". This is not mandatory, but you probably have a permission problem." << std::endl;
|
<< ". 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.
|
plugins_directories.push_back(".") ; // this list should be saved/set to some correct value.
|
||||||
// possible entries include: /usr/lib/retroshare, ~/.retroshare/extensions/, etc.
|
// possible entries include: /usr/lib/retroshare, ~/.retroshare/extensions/, etc.
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue