Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
148ab323
Commit
148ab323
authored
Dec 31, 2015
by
Hugo Beauzée-Luyssen
Browse files
FsDiscoverer: Add log
parent
99bf1558
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/discoverer/FsDiscoverer.cpp
View file @
148ab323
...
...
@@ -43,6 +43,7 @@ FsDiscoverer::FsDiscoverer( std::shared_ptr<factory::IFileSystem> fsFactory, Med
bool
FsDiscoverer
::
discover
(
const
std
::
string
&
entryPoint
)
{
LOG_INFO
(
"Adding to discovery list: "
,
entryPoint
);
// Assume :// denotes a scheme that isn't a file path, and refuse to discover it.
if
(
entryPoint
.
find
(
"://"
)
!=
std
::
string
::
npos
)
return
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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