Add extended error message to casadm.
If waiting for the operation to finish was interrupted, casadm should print informative error message. Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
@@ -257,6 +257,10 @@ struct {
|
||||
KCAS_ERR_CLS_RULE_INVALID_SYNTAX,
|
||||
"Invalid classification rule syntax"
|
||||
},
|
||||
{
|
||||
KCAS_ERR_WAITING_INTERRUPTED,
|
||||
"Waiting for operation interrupted"
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user