VirtualBox

Changeset 12499 in vbox for trunk/src


Ignore:
Timestamp:
Sep 16, 2008 4:06:21 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt: X11 keyboard: really fix bogus log messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/X11/keyboard-new.c

    r12498 r12499  
    386386        if (   (0 != (*lkey)[keyn][0])
    387387            && (0 != (*lkey)[keyn][1])
    388             && (keyn != 48) /* don't count the 102nd key */
     388            && (keyn != 47) /* don't count the 102nd key */
    389389           ) {
    390390            ++entries;
    391391        }
    392392    }
    393     LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d\n", matches, entries));
     393    LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d (excluding 102nd key)\n", matches, entries));
    394394    if (matches != entries)
    395395    {
Note: See TracChangeset for help on using the changeset viewer.

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