Menu

#29 iscsictl to be replaced with ietctl in log_error message in ctldev

bugfix
open
nobody
None
3
2015-06-12
2015-06-12
No

Device file name is ietctl but log_error has iscsictl in error message

usr/ctldev.c

log_error("cannot find iscsictl in /proc/devices - "
"make sure the kernel module is loaded");

Should be replaced with

log_error("cannot find ietctl in /proc/devices - "
"make sure the kernel module is loaded");

Discussion


Log in to post a comment.