fixed an issue in the logging

revert-70aa11f8
ayyoob 8 years ago
parent 018d875a84
commit a3910908f8

@ -215,7 +215,7 @@ public class DeviceTypePublisherAdminServiceImpl implements DeviceTypePublisherA
log.error("Failed to load tenant, tenantDomain: " + tenantDomain, e); log.error("Failed to load tenant, tenantDomain: " + tenantDomain, e);
return Response.status(Response.Status.INTERNAL_SERVER_ERROR).build(); return Response.status(Response.Status.INTERNAL_SERVER_ERROR).build();
} catch (ParseException e) { } catch (ParseException e) {
log.error("Invalid stream definition for device type" + type " for tenant, tenantDomain: " + tenantDomain, e); log.error("Invalid stream definition for device type" + type + " for tenant, tenantDomain: " + tenantDomain, e);
return Response.status(Response.Status.INTERNAL_SERVER_ERROR).build(); return Response.status(Response.Status.INTERNAL_SERVER_ERROR).build();
} }
} }

Loading…
Cancel
Save