Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
74b6b762
Commit
74b6b762
authored
Apr 27, 2015
by
Adrien Béraud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
account: log cleanup
Refs #71531 Change-Id: I2fa1fb5792daf31cd76995c590e452b1d291494e
parent
98e58953
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
src/account.cpp
src/account.cpp
+0
-4
src/ringdht/ringaccount.cpp
src/ringdht/ringaccount.cpp
+0
-1
No files found.
src/account.cpp
View file @
74b6b762
...
...
@@ -177,8 +177,6 @@ Account::loadDefaultCodecs()
// instantiate AccountAudioCodecInfo initialized with our system codec
auto
codec
=
std
::
make_shared
<
AccountAudioCodecInfo
>
(
*
audioCodec
);
accountCodecInfoList_
.
push_back
(
codec
);
RING_DBG
(
"[%s] loading audio codec = %s"
,
accountID_
.
c_str
(),
codec
->
systemCodecInfo
.
name
.
c_str
());
}
if
(
systemCodec
->
mediaType
&
MEDIA_VIDEO
)
{
...
...
@@ -187,8 +185,6 @@ Account::loadDefaultCodecs()
// instantiate AccountVideoCodecInfo initialized with our system codec
auto
codec
=
std
::
make_shared
<
AccountVideoCodecInfo
>
(
*
videoCodec
);
accountCodecInfoList_
.
push_back
(
codec
);
RING_DBG
(
"[%s] loading video codec = %s"
,
accountID_
.
c_str
(),
codec
->
systemCodecInfo
.
name
.
c_str
());
}
}
}
...
...
src/ringdht/ringaccount.cpp
View file @
74b6b762
...
...
@@ -1061,7 +1061,6 @@ RingAccount::matches(const std::string &userName, const std::string &server) con
RING_DBG
(
"Matching account id in request with username %s"
,
userName
.
c_str
());
return
MatchRank
::
FULL
;
}
else
{
RING_DBG
(
"No match for account %s in request with username %s"
,
dht_
.
getId
().
toString
().
c_str
(),
userName
.
c_str
());
return
MatchRank
::
NONE
;
}
}
...
...
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