]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drbd: downgraded error printk to info
authorLars Ellenberg <lars.ellenberg@linbit.com>
Mon, 20 Jun 2011 23:13:37 +0000 (01:13 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Wed, 9 May 2012 08:05:25 +0000 (10:05 +0200)
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_main.c

index 211fc44f84be6ddda0112dbf2ad8a55ca1810c47..906aca9b6659d787399fddb330f1f909782dd1bd 100644 (file)
@@ -1530,9 +1530,7 @@ static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
                                drbd_disk_str(mdev->state.disk));
 
                if (drbd_send_state(mdev))
-                       dev_warn(DEV, "Notified peer that I am detaching my disk\n");
-               else
-                       dev_err(DEV, "Sending state for detaching disk failed\n");
+                       dev_info(DEV, "Notified peer that I am detaching my disk\n");
 
                drbd_rs_cancel_all(mdev);
 
@@ -1562,7 +1560,7 @@ static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
                 atomic_set(&mdev->rs_pending_cnt, 0);
 
                if (drbd_send_state(mdev))
-                       dev_warn(DEV, "Notified peer that I'm now diskless.\n");
+                       dev_info(DEV, "Notified peer that I'm now diskless.\n");
                /* corresponding get_ldev in __drbd_set_state
                 * this may finally trigger drbd_ldev_destroy. */
                put_ldev(mdev);