deprecated module, turn error into warning

This commit is contained in:
Enno Rehling 2016-01-21 12:34:55 +01:00
parent 2b0a2750ba
commit c2e837e826
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function wedding.update()
if peacegate and hellgate then
wedding_exchange(peacegate, hellgate)
else
eressea.log.error("hellgate or peacegate not found!")
eressea.log.warning("hellgate or peacegate not found!")
end
end