From 197c0da22536121acc1377525458844a5ccabb7d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 20 Aug 2012 22:11:55 +0200 Subject: journalctl: explain QR code use --- src/journal/journalctl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/journal/journalctl.c') diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index b0d8258dd2..3fcdf4b4a2 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -626,6 +626,7 @@ static int setup_keys(void) { #ifdef HAVE_QRENCODE fputc('\n', stderr); print_qr_code(stderr, seed, seed_size, n, arg_interval, hn, machine); + fprintf(stderr, "\nScan this QR code with your mobile phone to transfer the verification key to it.\n"); #endif free(hn); } -- cgit v1.2.3-54-g00ecf