Commit 92fc6402 authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Small fix regarding VFS log

Showing with 1 addition and 0 deletions
......@@ -442,6 +442,7 @@ const string Content::exportPlainFileFromEncryptedFile(const string &filePath) c
plainPathTest = cacheDir + std::to_string(index) + "_" + basename;
}
plainPath = plainPathTest;
lInfo() << "[Content] Using file [" << plainPath << "]";
}
bctbx_free(basename);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment