Local weather: change unknown landcover message to use logprint
This commit is contained in:
parent
dc697141b8
commit
b5b9568bc7
1 changed files with 1 additions and 1 deletions
|
@ -2169,7 +2169,7 @@ while (i < nc) {
|
|||
if (info[1] != nil){
|
||||
var landcover = info[1].names[0];
|
||||
if (contains(landcover_map,landcover)) {p = p + landcover_map[landcover];}
|
||||
else {print(p, " ", info[1].names[0]);}
|
||||
else {logprint(LOG_INFO,"local_weather: Unknown landcover ",p, " ", info[1].names[0]);}
|
||||
}}
|
||||
else {
|
||||
# to avoid gaps, we create default clouds
|
||||
|
|
Loading…
Add table
Reference in a new issue