Author: jleroux
Date: Sun Jan 7 03:58:26 2007
New Revision: 493700
URL:
http://svn.apache.org/viewvc?view=rev&rev=493700Log:
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);
}