You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pa...@apache.org on 2018/02/06 19:29:15 UTC

[camel] branch master updated: camel-printer: PrinterOperations: improve debug log message

This is an automated email from the ASF dual-hosted git repository.

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 90a8a53  camel-printer: PrinterOperations: improve debug log message
90a8a53 is described below

commit 90a8a5334d4301f35f8c04ab83598d833cd0e8e8
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Tue Feb 6 20:26:24 2018 +0100

    camel-printer: PrinterOperations: improve debug log message
---
 .../main/java/org/apache/camel/component/printer/PrinterOperations.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-printer/src/main/java/org/apache/camel/component/printer/PrinterOperations.java b/components/camel-printer/src/main/java/org/apache/camel/component/printer/PrinterOperations.java
index bed8be2..2649cf4 100644
--- a/components/camel-printer/src/main/java/org/apache/camel/component/printer/PrinterOperations.java
+++ b/components/camel-printer/src/main/java/org/apache/camel/component/printer/PrinterOperations.java
@@ -67,7 +67,7 @@ public class PrinterOperations implements PrinterOperationsInterface {
         LOG.trace("Print Service: " + this.printService.getName());
 
         if (!sendToPrinter) {
-            LOG.debug("Print flag is set to false. This job will not be printed until this setting remains in effect." + " Please set the flag to true or remove the setting.");
+            LOG.debug("Print flag is set to false. This job will not be printed as long as this setting remains in effect. Please set the flag to true or remove the setting.");
 
             File file;
             if (mimeType.equalsIgnoreCase("GIF") || mimeType.equalsIgnoreCase("RENDERABLE_IMAGE")) {

-- 
To stop receiving notification emails like this one, please contact
pascalschumacher@apache.org.