diff options
Diffstat (limited to 'qemu-io.c')
| -rw-r--r-- | qemu-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-io.c b/qemu-io.c index 795cf46c6e..b55a550f27 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -433,7 +433,7 @@ int main(int argc, char **argv) } break; case 'T': - if (!trace_backend_init(optarg, NULL)) { + if (!trace_init_backends(optarg, NULL)) { exit(1); /* error message will have been printed */ } break; |