summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/smb.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/smb.hpp b/src/smb.hpp
index a1caf89..6a0db0b 100644
--- a/src/smb.hpp
+++ b/src/smb.hpp
@@ -67,7 +67,6 @@ class SmbShare
const std::string& version)
{
options += "," + version;
- LogMsg(Logger::Debug, "Mounting with options: ", options);
auto ec = ::mount(remote.c_str(), mountDir.c_str(), "cifs", 0,
options.c_str());