ignore bad timestamp
This commit is contained in:
parent
e82649bf9d
commit
6ca975a1aa
|
@ -90,7 +90,7 @@ public class Jetty
|
||||||
}
|
}
|
||||||
catch ( NumberFormatException e )
|
catch ( NumberFormatException e )
|
||||||
{
|
{
|
||||||
LOG.debug( e );
|
LOG.ignore( e );
|
||||||
return "unknown";
|
return "unknown";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue