1
0
Fork 0

Use printlog for "*** NEW LOCATION ***" and downgrade to info

This commit is contained in:
Torsten Dreyer 2010-10-11 21:23:57 +02:00
parent 90633fd213
commit 6ba8808039

View file

@ -1,5 +1,5 @@
_setlistener("/sim/presets/latitude-deg", func {
print("*** NEW LOCATION ***");
printlog("info", "*** NEW LOCATION ***");
settimer(func {
var typ = getprop("/sim/type");
var lat = getprop("/position/latitude-deg");