=== modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/controller/FacilityController.java' --- dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/controller/FacilityController.java 2013-11-01 08:52:57 +0000 +++ dhis-2/dhis-web/dhis-web-api-fred/src/main/java/org/hisp/dhis/web/webapi/v1/controller/FacilityController.java 2013-11-01 11:49:05 +0000 @@ -643,7 +643,7 @@ organisationUnitService.deleteOrganisationUnit( organisationUnit ); return new ResponseEntity( MessageUtils.jsonMessage( HttpStatus.OK.toString(), - "{}" ), HttpStatus.OK ); + "Deleted facility with ID " + id ), HttpStatus.OK ); } //--------------------------------------------------------------------------