From ed534ab2849095a6d75d29dde9c7c3a60fe112c3 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Thu, 11 Dec 2014 09:42:46 -0800
Subject: [PATCH] Change info to debug3 (since the message really isn't needed)

---
 .../accounting_storage/filetxt/filetxt_jobacct_process.c     | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.c b/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.c
index bcc1b20d6f4..4802d1896de 100644
--- a/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.c
+++ b/src/plugins/accounting_storage/filetxt/filetxt_jobacct_process.c
@@ -1109,8 +1109,9 @@ extern List filetxt_jobacct_process_get_jobs(slurmdb_job_cond_t *job_cond)
 					if (curr_job->jobid ==
 					    slurmdb_job->jobid) {
 						list_delete_item(itr2);
-						info("removing job %d",
-						     slurmdb_job->jobid);
+						debug3("removing duplicate "
+						       "of job %d",
+						       slurmdb_job->jobid);
 						break;
 					}
 				}
-- 
GitLab