diff --git a/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c b/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c
index 30d3096d4f9d926a54531e46ac518597857065d6..818c8e7f69a73d08cf2cf2f7229720c5a88f2368 100644
--- a/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c
+++ b/src/plugins/accounting_storage/mysql/accounting_storage_mysql.c
@@ -10406,17 +10406,17 @@ extern int jobacct_storage_p_job_start(mysql_conn_t *mysql_conn,
 	slurm_mutex_lock(&rollup_lock);
 	if(check_time < global_last_rollup) {
 		if(job_ptr->start_time)
-			info("Need to reroll usage from %s since job %u "
+			info("Need to reroll usage from %sJob %u "
 			     "from %s started then and we are just "
 			     "now hearing about it.",
 			     ctime(&check_time), job_ptr->job_id, cluster_name);
 		else if(job_ptr->details->begin_time) 
-			info("Need to reroll usage from %s since job %u "
+			info("Need to reroll usage from %sJob %u "
 			     "from %s became eligible then and we are just "
 			     "now hearing about it.",
 			     ctime(&check_time), job_ptr->job_id, cluster_name);
 		else
-			info("Need to reroll usage from %s since job %u "
+			info("Need to reroll usage from %sJob %u "
 			     "from %s was submitted then and we are just "
 			     "now hearing about it.",
 			     ctime(&check_time), job_ptr->job_id, cluster_name);