VirtualBox

Changeset 85455 in vbox


Ignore:
Timestamp:
Jul 24, 2020 12:42:34 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
139502
Message:

DnD / FE/Qt: Logging format string nits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp

    r82968 r85455  
    288288                }
    289289#endif
    290                 LogRel3(("DnD: strMIMEType=%s, vaType=%ld\n", strMIMEType.toUtf8().constData(), vaType));
     290                LogRel3(("DnD: strMIMEType=%s\n", strMIMEType.toUtf8().constData()));
    291291
    292292                int rc;
     
    334334
    335335                        int cFiles = lstFiles.size();
    336                         LogFlowThisFunc(("Files (%zu)\n", cFiles));
     336                        LogFlowThisFunc(("Files (%d)\n", cFiles));
    337337                        if (   RT_SUCCESS(rc)
    338338                            && cFiles)
     
    386386                                    pCurFile += sizeof(RTUTF16);
    387387
    388                                     LogFlowThisFunc(("\t#%zu: cchCurFile=%zu\n", i, cchCurFile));
     388                                    LogFlowThisFunc(("\t#%d: cchCurFile=%zu\n", i, cchCurFile));
    389389                                }
    390390
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