aboutsummaryrefslogtreecommitdiffstats
path: root/asroot.c
diff options
context:
space:
mode:
Diffstat (limited to 'asroot.c')
-rw-r--r--asroot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asroot.c b/asroot.c
index eefb81c..df6f339 100644
--- a/asroot.c
+++ b/asroot.c
@@ -237,7 +237,7 @@ check_password(void)
for (;;) {
hostname = realloc(hostname, size *= 2);
if (!hostname) {
- fprintf(stderr, "%s: realloc1 %zu: %s\n", argv0, size, strerror(errno));
+ fprintf(stderr, "%s: realloc %zu: %s\n", argv0, size, strerror(errno));
}
*hostname = 0;
if (!gethostname(hostname, size)) {