chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d62c53
)
hostnamed: correct error message
author
Michal Sekletar
<msekleta@redhat.com>
Mon, 24 Feb 2014 14:59:29 +0000
(15:59 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Mon, 24 Feb 2014 15:48:32 +0000
(16:48 +0100)
We are not parsing timezone data.
src/hostname/hostnamed.c
patch
|
blob
|
history
diff --git
a/src/hostname/hostnamed.c
b/src/hostname/hostnamed.c
index 0f2455b69cf3042d17ef129a12788c5fbaf4e39e..6aa08cacb0385c5aca1af01638c55b30f69850c5 100644
(file)
--- a/
src/hostname/hostnamed.c
+++ b/
src/hostname/hostnamed.c
@@
-635,7
+635,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;
}