Skip to content
Snippets Groups Projects
Commit 00c13475 authored by David Teigland's avatar David Teigland Committed by Steven Whitehouse
Browse files

[GFS2] tidy up error message


Print error with log_error() to be consistent with others.

Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
Signed-off-by: default avatarFabio M. Di Nitto <fabbione@ubuntu.com>
Signed-off-by: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 0b7580c7
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,7 @@ static int make_args(struct gdlm_ls *ls, char *data_arg, int *nodir)
strncpy(data, data_arg, 255);
if (!strlen(data)) {
printk(KERN_ERR
"DLM/GFS2/GFS ERROR: (u)mount helpers are not installed!\n");
log_error("no mount options, (u)mount helpers not installed");
return -EINVAL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment