Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jenny Ryan
ouinet
Commits
e9d029f3
Commit
e9d029f3
authored
Dec 17, 2020
by
Ivan Vilata-i-Balaguer
Browse files
Turn info message from DHT groups into debug.
parent
f5280f99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cache/dht_groups.cpp
View file @
e9d029f3
...
...
@@ -10,7 +10,6 @@ using namespace ouinet;
#define _DEBUG(...) LOG_DEBUG(_LOGPFX, __VA_ARGS__)
#define _WARN(...) LOG_WARN(_LOGPFX, __VA_ARGS__)
#define _ERROR(...) LOG_ERROR(_LOGPFX, __VA_ARGS__)
#define _INFO(...) LOG_INFO(_LOGPFX, __VA_ARGS__)
using
asio
::
yield_context
;
namespace
file_io
=
util
::
file_io
;
...
...
@@ -185,7 +184,7 @@ void DhtGroups::add( const GroupName& group_name
,
Cancel
&
cancel
,
yield_context
yield
)
{
_
INFO
(
"Adding: "
,
group_name
,
" -> "
,
item_name
);
_
DEBUG
(
"Adding: "
,
group_name
,
" -> "
,
item_name
);
fs
::
path
group_p
=
group_path
(
group_name
);
// Create the storage representation of the item in the group.
...
...
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