Restore routable prefix discovery in Dispatcher module
Change-Id: I8ba52ca784d8ab3c1afb56fc468986904cca8d35
diff --git a/gui/chronosharegui.cpp b/gui/chronosharegui.cpp
index cce3a2a..687d14c 100644
--- a/gui/chronosharegui.cpp
+++ b/gui/chronosharegui.cpp
@@ -166,9 +166,9 @@
fs::path realPathToFolder(m_dirPath.toStdString());
realPathToFolder /= m_sharedFolderName.toStdString();
- std::cout << "m_dispatcher username:" << m_username.toStdString()
+ _LOG_DEBUG("m_dispatcher username:" << m_username.toStdString()
<< " m_sharedFolderName:" << m_sharedFolderName.toStdString()
- << " realPathToFolder: " << realPathToFolder << std::endl;
+ << " realPathToFolder: " << realPathToFolder);
m_ioService.reset(new boost::asio::io_service());
m_face.reset(new Face(*m_ioService));