projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5f64ad
)
Use new dlog-redirect-stdout api function
author
Karol Lewandowski
<k.lewandowsk@samsung.com>
Mon, 12 Apr 2021 12:51:17 +0000
(14:51 +0200)
committer
Łukasz Stelmach
<l.stelmach@samsung.com>
Fri, 22 Mar 2024 14:09:57 +0000
(15:09 +0100)
Change-Id: I5bcc23a74950d2d8ae0db2ecabf5ea14d358b0ec
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
src/core/exec-invoke.c
patch
|
blob
|
history
diff --git
a/src/core/exec-invoke.c
b/src/core/exec-invoke.c
index
68af91a
..
e9edfdd
100644
(file)
--- a/
src/core/exec-invoke.c
+++ b/
src/core/exec-invoke.c
@@
-535,7
+535,7
@@
static int wire_up_dlog(int fileno, const char *ident)
snprintf(tag, sizeof tag, "STDOUT_%s", ident);
}
- return
connect_dlog
(2, // SYSTEM dlog buffer (consider also 0 for generic MAIN buffer)
+ return
dlog_connect_fd
(2, // SYSTEM dlog buffer (consider also 0 for generic MAIN buffer)
fileno, tag, priority);
}
#endif