Improved logging

Former-commit-id: eab453cc52f1d23906d31e429cab40f2d09bc53a
This commit is contained in:
Daniel Collin 2016-01-14 16:54:53 +01:00
parent 1d57b3f1dd
commit b39f5c1f0b
2 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@
<target name="run-local-sensor" depends="">
<java fork="true" failonerror="true" classname="se.hal.plugin.localsensor.ImpulseTracker">
<java fork="true" failonerror="true" classname="se.hal.plugin.localsensor.RPiImpulseCountSensor">
<classpath>
<pathelement path="${buildDir}/hal.jar"/> <!--wildcard may not be platform independent, ok?-->
<pathelement path="${libDir}/*"/> <!--wildcard may not be platform independent, ok?-->