Fix --disable-debug build.

Change-Id: I0101bc31f4bcb49b34cf4b837fe27ed9a1e89a55
This commit is contained in:
Jan Holesovsky 2018-11-23 15:29:14 +01:00
parent 7a53dd6af4
commit 8ac65b2f0e

View file

@ -609,6 +609,7 @@ public:
namespace
{
#if ENABLE_DEBUG
inline std::string getLaunchBase(const std::string &credentials)
{
std::ostringstream oss;
@ -651,6 +652,7 @@ inline std::string getAdminURI(const Poco::Util::LayeredConfiguration &config)
return oss.str();
}
#endif
} // anonymous namespace