diff options
Diffstat (limited to 'balloon.c')
| -rw-r--r-- | balloon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/balloon.c b/balloon.c index 70c00f5f84..c7033e3dc3 100644 --- a/balloon.c +++ b/balloon.c @@ -58,7 +58,6 @@ int qemu_add_balloon_handler(QEMUBalloonEvent *event_func, /* We're already registered one balloon handler. How many can * a guest really have? */ - error_report("Another balloon device already registered"); return -1; } balloon_event_fn = event_func; |