Revision e4080f9b

b/blockdev.c
293 293

  
294 294
    if ((buf = qemu_opt_get(opts, "trans")) != NULL) {
295 295
        if (!cyls) {
296
            error_report("'%s' trans must be used with cyls,heads and secs",
296
            error_report("'%s' trans must be used with cyls, heads and secs",
297 297
                         buf);
298 298
            return NULL;
299 299
        }

Also available in: Unified diff