All of lore.kernel.org
 help / color / mirror / Atom feed
* master - remove debugging print
@ 2018-04-23 13:54 David Teigland
  0 siblings, 0 replies; 2+ messages in thread
From: David Teigland @ 2018-04-23 13:54 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=89f54a5094981c827ca557cb1381e5f1a028912c
Commit:        89f54a5094981c827ca557cb1381e5f1a028912c
Parent:        c29899b910811d0d1dc5607d200a1e59773eff0c
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Tue Feb 13 15:53:59 2018 -0600
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Fri Apr 20 11:22:46 2018 -0500

remove debugging print

---
 lib/label/label.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/lib/label/label.c b/lib/label/label.c
index f0ec92f..1268498 100644
--- a/lib/label/label.c
+++ b/lib/label/label.c
@@ -802,9 +802,7 @@ int label_read_sector(struct device *dev, struct label **labelp, uint64_t scan_s
 
 void label_scan_confirm(struct device *dev)
 {
-	if (!_in_bcache(dev)) {
-		log_warn("add dev %s to bcache", dev_name(dev));
+	if (!_in_bcache(dev))
 		label_read(dev, NULL, 0);
-	}
 }
 



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

* master - remove debugging print
@ 2018-04-23 13:49 David Teigland
  0 siblings, 0 replies; 2+ messages in thread
From: David Teigland @ 2018-04-23 13:49 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=89f54a5094981c827ca557cb1381e5f1a028912c
Commit:        89f54a5094981c827ca557cb1381e5f1a028912c
Parent:        c29899b910811d0d1dc5607d200a1e59773eff0c
Author:        David Teigland <teigland@redhat.com>
AuthorDate:    Tue Feb 13 15:53:59 2018 -0600
Committer:     David Teigland <teigland@redhat.com>
CommitterDate: Fri Apr 20 11:22:46 2018 -0500

remove debugging print

---
 lib/label/label.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/lib/label/label.c b/lib/label/label.c
index f0ec92f..1268498 100644
--- a/lib/label/label.c
+++ b/lib/label/label.c
@@ -802,9 +802,7 @@ int label_read_sector(struct device *dev, struct label **labelp, uint64_t scan_s
 
 void label_scan_confirm(struct device *dev)
 {
-	if (!_in_bcache(dev)) {
-		log_warn("add dev %s to bcache", dev_name(dev));
+	if (!_in_bcache(dev))
 		label_read(dev, NULL, 0);
-	}
 }
 



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

end of thread, other threads:[~2018-04-23 13:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-23 13:54 master - remove debugging print David Teigland
  -- strict thread matches above, loose matches on Subject: below --
2018-04-23 13:49 David Teigland

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.