Mercurial Hosting > luan
changeset 1223:c7adcdf79bf2
minor fix
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 25 Mar 2018 17:38:16 -0600 |
parents | cb422386f6b5 |
children | 4416b9cbebf9 |
files | src/luan/modules/http/LuanHandler.java |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/http/LuanHandler.java Sun Mar 25 17:35:30 2018 -0600 +++ b/src/luan/modules/http/LuanHandler.java Sun Mar 25 17:38:16 2018 -0600 @@ -129,8 +129,6 @@ luan.close(); setLuan(); } - } catch(IOException e) { - logger.error("reset_luan failed",e); } finally { lock.writeLock().unlock(); }