diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-21 12:56:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-21 12:56:55 +0100 |
commit | d5b4a0e16b7f1fa80f49c923a063e769fdad26f5 (patch) | |
tree | cf6e36a451cda69805ad9c19271d69cf3b670467 /perllib | |
parent | 93954c13d149ff7ab42a9365bd6994ed98e14ba1 (diff) |
printf not sprintf
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/Open311/PopulateServiceList.pm | 2 |
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, |