Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
f3ba530a
Commit
f3ba530a
authored
Jan 18, 2016
by
Hugo Beauzée-Luyssen
Browse files
FsDiscoverer: Fix log output
parent
41c82090
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/discoverer/FsDiscoverer.cpp
View file @
f3ba530a
...
...
@@ -197,7 +197,7 @@ void FsDiscoverer::checkFiles( fs::IDirectory& parentFolderFs, Folder& parentFol
for
(
auto
&
p
:
filesToAdd
)
m_ml
->
addFile
(
p
,
parentFolder
,
parentFolderFs
);
t
->
commit
();
LOG_INFO
(
"Done checking files "
,
parentFolderFs
.
path
()
);
LOG_INFO
(
"Done checking files
in
"
,
parentFolderFs
.
path
()
);
}
std
::
vector
<
std
::
shared_ptr
<
Folder
>
>
FsDiscoverer
::
blacklist
()
const
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment