Skip to content
Snippets Groups Projects
Commit b75714f0 authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

Rephrased message

parent e9674137
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ void destroy_excluded_cells_all_grids(const struct cats_configuration *conf, str ...@@ -89,7 +89,7 @@ void destroy_excluded_cells_all_grids(const struct cats_configuration *conf, str
{ {
if (grid->id != 0) return; if (grid->id != 0) return;
log_message(LOG_INFO, "Purging all excluded cells"); log_message(LOG_INFO, "Pruning all excluded cells");
const int32_t grid_count = conf->grid_count; const int32_t grid_count = conf->grid_count;
struct cats_grid **parent = grid->parent; struct cats_grid **parent = grid->parent;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment