- Timestamp:
- Mar 1, 2010 10:38:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceBalloon.cpp
r26562 r26904 71 71 VBoxServiceVerbose(3, "VBoxMemBalloonInit: VbglR3MemBalloonRefresh failed with %d\n", rc); 72 72 73 return rc; 73 /* We shouldn't fail here if ballooning isn't available. This can have several reasons, 74 * for instance, host too old (which is not that fatal). */ 75 return VINF_SUCCESS; 74 76 } 75 77
Note:
See TracChangeset
for help on using the changeset viewer.