diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index b94bcd926..9dbf11ade 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -5062,8 +5062,7 @@ static int vcdrom_open(char *p, char *name) cdrom_empty = 1; TRACE_DBG("%s", "No media"); } else if (*filename != '/') { - PRINT_ERROR("File path \"%s\" is not " - "absolute", filename); + PRINT_ERROR("File path \"%s\" is not absolute", filename); res = -EINVAL; goto out; } else