From ee971cd7fca39b33cd47a8ee5614e3189673d509 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 5 Jul 2009 19:36:07 +0100 Subject: [PATCH] Say when OK to mess with YPP client --- pctb/convert.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pctb/convert.c b/pctb/convert.c index ec91f82..a73efd6 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -299,7 +299,8 @@ int main(int argc, char **argv) { open_screenshot_file("w"); if (o_flags & ff_singlepage) take_one_screenshot(); else take_screenshots(); - progress_log("OK for you to move the mouse now."); + progress_log("OK for you to move the mouse now, and you can " + " use the YPP normally client again."); } if (o_mode & mf_readscreenshot) { if ((o_flags & ff_upload) && !(o_flags & ff_testservers)) -- 2.30.2