dect
/
linux-2.6
Archived
13
0
Fork 0

drbd: fix incomplete error message

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
Lars Ellenberg 2010-12-09 15:21:02 +01:00 committed by Philipp Reisner
parent 7e458c32da
commit 220df4d006
1 changed files with 1 additions and 1 deletions

View File

@ -2499,7 +2499,7 @@ static enum drbd_conns drbd_sync_handshake(struct drbd_conf *mdev, enum drbd_rol
return C_MASK;
}
if (hg == -1001) {
dev_alert(DEV, "To resolve this both sides have to support at least protocol\n");
dev_alert(DEV, "To resolve this both sides have to support at least protocol 91\n");
return C_MASK;
}