VirtualBox

Ignore:
Timestamp:
Sep 19, 2018 10:12:04 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125179
Message:

DnD/VBoxTray: Logging nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDropTarget.cpp

    r74364 r74365  
    392392                        UINT cFiles = DragQueryFile(hDrop, UINT32_MAX /* iFile */, NULL /* lpszFile */, 0 /* cchFile */);
    393393
    394                         LogRel2(("DnD: CF_HDROP got %RU16 file(s), fUnicode=%RTbool\n", cFiles, fUnicode));
     394                        LogRel(("DnD: Got %RU16 file(s), fUnicode=%RTbool\n", cFiles, fUnicode));
    395395
    396396                        for (UINT i = 0; i < cFiles; i++)
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