aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Open311
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-10-21 12:56:55 +0100
committerStruan Donald <struan@exo.org.uk>2011-10-21 12:56:55 +0100
commitd5b4a0e16b7f1fa80f49c923a063e769fdad26f5 (patch)
treecf6e36a451cda69805ad9c19271d69cf3b670467 /perllib/Open311
parent93954c13d149ff7ab42a9365bd6994ed98e14ba1 (diff)
printf not sprintf
Diffstat (limited to 'perllib/Open311')
-rw-r--r--perllib/Open311/PopulateServiceList.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Open311/PopulateServiceList.pm b/perllib/Open311/PopulateServiceList.pm
index 48e90a1d5..cfec9005d 100644
--- a/perllib/Open311/PopulateServiceList.pm
+++ b/perllib/Open311/PopulateServiceList.pm
@@ -93,7 +93,7 @@ sub process_service {
);
if ( $contacts->count() > 1 ) {
- sprintf(
+ printf(
"Multiple contacts for service code %s, category %s - Skipping\n",
$self->_current_service->{service_code},
$category,