diff options
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, |