linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] mdcheck: Prefix pause message with mdcheck
@ 2020-09-24 22:36 rlaager
  2020-09-24 22:36 ` [PATCH 2/2] mdcheck: Set a tag of mdcheck rlaager
  0 siblings, 1 reply; 2+ messages in thread
From: rlaager @ 2020-09-24 22:36 UTC (permalink / raw)
  To: linux-raid; +Cc: rlaager

From: Richard Laager <rlaager@wiktel.com>

This makes it consistent with the other messages.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
---
 misc/mdcheck | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/mdcheck b/misc/mdcheck
index 700c3e2..299cf10 100644
--- a/misc/mdcheck
+++ b/misc/mdcheck
@@ -162,5 +162,5 @@ do
 	fi
 	echo idle > $sys/md/sync_action
 	cat $sys/md/sync_min > $fl
-	logger -p daemon.info pause checking $dev at `cat $fl`
+	logger -p daemon.info mdcheck pause checking $dev at `cat $fl`
 done
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-24 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-24 22:36 [PATCH 1/2] mdcheck: Prefix pause message with mdcheck rlaager
2020-09-24 22:36 ` [PATCH 2/2] mdcheck: Set a tag of mdcheck rlaager

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).