AP_Terrain: libraries_Text_revision

text revision of messages
This commit is contained in:
Luis Vale Gonçalves 2015-11-26 08:08:58 +11:00 committed by Andrew Tridgell
parent 40caec8afb
commit f02e13b107
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ bool AP_Terrain::allocate(void)
cache = (struct grid_cache *)calloc(TERRAIN_GRID_BLOCK_CACHE_SIZE, sizeof(cache[0]));
if (cache == nullptr) {
enable.set(0);
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_CRITICAL, "Terrain: allocation failed");
GCS_MAVLINK::send_statustext_all(MAV_SEVERITY_CRITICAL, "Terrain: Allocation failed");
return false;
}
cache_size = TERRAIN_GRID_BLOCK_CACHE_SIZE;