|
@@ -397,7 +397,7 @@ public class FaceppClient {
|
|
}
|
|
}
|
|
|
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- log.debug("[Face++]. compareWithImageUrl(String,String); image_url1=" + imageUrl1
|
|
|
|
|
|
+ log.error("[Face++]. compareWithImageUrl(String,String); image_url1=" + imageUrl1
|
|
+ "; imageUrl2=" + imageUrl2 + "; cost " + (System.currentTimeMillis() - s)
|
|
+ "; imageUrl2=" + imageUrl2 + "; cost " + (System.currentTimeMillis() - s)
|
|
+ " ms.", e);
|
|
+ " ms.", e);
|
|
throw new ExamCloudRuntimeException(e);
|
|
throw new ExamCloudRuntimeException(e);
|