Skip to content

Commit

Permalink
heater driver use common error string
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar authored and LorenzMeier committed Sep 19, 2018
1 parent 67f1e63 commit 878bd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/heater/heater.cpp
Expand Up @@ -272,7 +272,7 @@ void Heater::initialize_trampoline(void *argv)
Heater *heater = new Heater();

if (!heater) {
PX4_ERR("Heater driver alloc failed");
PX4_ERR("driver allocation failed");
return;
}

Expand Down

0 comments on commit 878bd43

Please sign in to comment.