aboutsummaryrefslogtreecommitdiff
path: root/xplane.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'xplane.mjs')
-rw-r--r--xplane.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xplane.mjs b/xplane.mjs
index dd50b20..c7aaebc 100644
--- a/xplane.mjs
+++ b/xplane.mjs
@@ -82,7 +82,7 @@ export class XPlane {
if (handler) {
this.subscribed.push({ dataRef, handler, freq });
}
- console.info(`x-plane subscribed[${idx}] => ${dataRef}`);
+ console.info(`x-plane subscribed[${idx}] => ${dataRef} @${freq}Hz`);
this._subscribeDataRef(idx);
}
//subscribeDataRef("sim/flightmodel/position/indicated_airspeed");