VirtualBox

Changeset 23958 in vbox for trunk/src


Ignore:
Timestamp:
Oct 22, 2009 6:19:07 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53777
Message:

temporary debugging code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp

    r23956 r23958  
    599599    if ((rc == VERR_INVALID_FUNCTION) || (rc == VERR_INVALID_PARAMETER))
    600600    {
     601        LogRel(("pdmacFileEpInitialize: RTFileOpen %s / %08x failed with %Rrc\n",
     602               pszUri, fFileFlags, rc));
    601603        /*
    602604         * Solaris doesn't support directio on ZFS so far. :-\
     
    616618        /* Open again. */
    617619        rc = RTFileOpen(&pEpFile->File, pszUri, fFileFlags);
     620
     621        if (RT_FAILURE(rc))
     622        {
     623            LogRel(("pdmacFileEpInitialize: RTFileOpen %s / %08x failed AGAIN(!) with %Rrc\n",
     624                        pszUri, fFileFlags, rc));
     625        }
    618626    }
    619627
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette