From: Lennart Poettering Date: Mon, 20 Aug 2012 20:11:55 +0000 (+0200) Subject: journalctl: explain QR code use X-Git-Tag: v189~34 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=197c0da22536121acc1377525458844a5ccabb7d;p=elogind.git journalctl: explain QR code use --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index b0d8258dd..3fcdf4b4a 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); }