X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/7246dc4381c6c95454672a5c1aff65a02d6d3747..2289798b6d3565d96cc81d5208c50afa2010e296:/components/user.c diff --git a/components/user.c b/components/user.c index 8dcb86a..ffbd945 100644 --- a/components/user.c +++ b/components/user.c @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. */ -#include #include +#include #include #include @@ -18,7 +18,7 @@ username(void) struct passwd *pw = getpwuid(geteuid()); if (pw == NULL) { - warn("Failed to get username"); + fprintf(stderr, "Failed to get username"); return NULL; }