VirtualBox

Changeset 10069

Show
Ignore:
Timestamp:
07/01/08 14:02:48 (6 months ago)
Author:
vboxsync
Message:

Fixed two SSM error messages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/err.h

    r9772 r10069  
    442442/** The saved state file magic was not recognized. */ 
    443443#define VERR_SSM_INTEGRITY_MAGIC            (-1811) 
    444 /** The saved state file magic was not recognized. */ 
     444/** The saved state file version is not supported. */ 
    445445#define VERR_SSM_INTEGRITY_VERSION          (-1812) 
    446 /** The saved state file magic was not recognized. */ 
     446/** The saved state file size didn't match the one in the header. */ 
    447447#define VERR_SSM_INTEGRITY_SIZE             (-1813) 
    448448/** The CRC of the saved state file did match. */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy