airspeed driver: Be less chatty

This commit is contained in:
Lorenz Meier 2014-11-15 16:40:29 +01:00
parent 00c7cc019c
commit e2c0ac3f70
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ Airspeed::init()
_airspeed_pub = orb_advertise(ORB_ID(differential_pressure), &arp);
if (_airspeed_pub < 0)
warnx("failed to create airspeed sensor object. uORB started?");
warnx("uORB started?");
}
ret = OK;