diff options
-rwxr-xr-x | bin/impressive-display | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index 4eb9f34..dd4e891 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -432,13 +432,13 @@ function create_lock { if [ -n "$PDF_URL" ]; then - echo "INFO: PDF_URL is configured. Using PDF file from given URL." + echo "INFO: PDF_URL is configured. Using PDF file from given URL: $PDF_URL" create_lock download_loop elif [ -n "$PDF_FILE" ]; then - echo "INFO: PDF_FILE is configured. Using local PDF." + echo "INFO: PDF_FILE is configured. Using local PDF file: $PDF_FILE" create_lock local_pdffile |