diff options
Diffstat (limited to 'runtime/list.c')
-rw-r--r-- | runtime/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/list.c b/runtime/list.c index fb5e670b..4643634b 100644 --- a/runtime/list.c +++ b/runtime/list.c @@ -70,7 +70,7 @@ void _stp_list_clear(MAP map) } if (map->num != 0) { - _stp_log ("ERROR: list is supposed to be empty (has %d)\n", map->num); + _stp_warn ("list is supposed to be empty (has %d)\n", map->num); } } |