[systemd-devel] [PATCH 3/5] hostnamed: correct error message
Lennart Poettering
lennart at poettering.net
Mon Feb 24 07:52:17 PST 2014
On Mon, 24.02.14 15:59, Michal Sekletar (msekleta at redhat.com) wrote:
> We are not parsing timezone data.
Thanks!
Applied!
> ---
> src/hostname/hostnamed.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c
> index 045f24d..064d9d2 100644
> --- a/src/hostname/hostnamed.c
> +++ b/src/hostname/hostnamed.c
> @@ -719,7 +719,7 @@ int main(int argc, char *argv[]) {
>
> r = context_read_data(&context);
> if (r < 0) {
> - log_error("Failed to read timezone data: %s", strerror(-r));
> + log_error("Failed to read hostname and machine information: %s", strerror(-r));
> goto finish;
> }
>
Lennart
--
Lennart Poettering, Red Hat
More information about the systemd-devel
mailing list