forked from github/server
deprecated module, turn error into warning
This commit is contained in:
parent
2b0a2750ba
commit
c2e837e826
|
@ -45,7 +45,7 @@ function wedding.update()
|
||||||
if peacegate and hellgate then
|
if peacegate and hellgate then
|
||||||
wedding_exchange(peacegate, hellgate)
|
wedding_exchange(peacegate, hellgate)
|
||||||
else
|
else
|
||||||
eressea.log.error("hellgate or peacegate not found!")
|
eressea.log.warning("hellgate or peacegate not found!")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue