projects
/
platform
/
core
/
appfw
/
rpc-port.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac51e5
)
Modify log message
25/298425/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 6 Sep 2023 23:56:03 +0000
(08:56 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 6 Sep 2023 23:56:03 +0000
(08:56 +0900)
To debug the issues, the file descriptor number is needed.
This patch changes the log format and the log level.
Change-Id: Ie1d90c6c87f5009b92bf086aa2a71f983709be40
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/ac-internal.cc
patch
|
blob
|
history
diff --git
a/src/ac-internal.cc
b/src/ac-internal.cc
index
9fea7ca
..
20b8974
100644
(file)
--- a/
src/ac-internal.cc
+++ b/
src/ac-internal.cc
@@
-169,7
+169,7
@@
int AccessController::Cynara::FetchCredsFromSocket(int fd) {
}
client_.reset(client);
- _
D("Cred client(%s), user(%s)", client_.get(), user_.get()
);
+ _
W("Cred client(%s), user(%s), fd(%d)", client_.get(), user_.get(), fd
);
return 0;
}