You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/01/07 12:58:27 UTC

svn commit: r493700 - /ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java

Author: jleroux
Date: Sun Jan  7 03:58:26 2007
New Revision: 493700

URL: http://svn.apache.org/viewvc?view=rev&rev=493700
Log:
Small change to allow easier in production support

Modified:
    ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java

Modified: ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java?view=diff&rev=493700&r1=493699&r2=493700
==============================================================================
--- ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java (original)
+++ ofbiz/trunk/specialpurpose/pos/src/org/ofbiz/pos/container/JposDeviceContainer.java Sun Jan  7 03:58:26 2007
@@ -46,6 +46,9 @@
         try {
             DeviceLoader.load(devices);
         } catch (GeneralException e) {
+            Debug.logInfo("******************************************************", module);
+            Debug.logInfo("Please verify that your receipt printer is connected !", module);
+            Debug.logInfo("******************************************************", module);
             throw new ContainerException(e);
         }