Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
systemd-mini.1059
0001-core-use-correct-format-string-for-UIDs.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-core-use-correct-format-string-for-UIDs.patch of Package systemd-mini.1059
Based on d6239dc4b0cf55a953d6c40890859b85d504ef19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bartoszkiewicz?= <mbartoszkiewicz@gmail.com> Date: Wed, 25 Jun 2014 14:54:48 +0200 Subject: [PATCH] core: use correct format string for UIDs --- src/core/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- src/core/main.c +++ src/core/main.c 2014-06-26 09:29:28.182235325 +0000 @@ -1526,7 +1526,7 @@ int main(int argc, char *argv[]) { } else { _cleanup_free_ char *t = uid_to_name(getuid()); - log_debug(PACKAGE_STRING " running in user mode for user "PID_FMT"/%s. (" SYSTEMD_FEATURES ")", + log_debug(PACKAGE_STRING " running in user mode for user "UID_FMT"/%s. (" SYSTEMD_FEATURES ")", getuid(), t); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor