VirtualBox

Changeset 94579 in vbox


Ignore:
Timestamp:
Apr 12, 2022 8:36:59 PM (3 years ago)
Author:
vboxsync
Message:

Main/HostUpdate: consistency fix in log message, bugref:7983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostUpdateImpl.cpp

    r94438 r94579  
    290290    char szTimeStr[RTTIME_STR_LEN];
    291291    RTTimeToString(RTTimeExplode(&Time, RTTimeNow(&TimeNow)), szTimeStr, sizeof(szTimeStr));
    292     LogRelFunc(("VBox updating UpdateDate with TimeString = %s\n", szTimeStr));
     292    LogRelFunc(("VBox updating VBoxUpdateLastCheckDate with TimeString = %s\n", szTimeStr));
    293293    rc = ptrSystemProperties->COMSETTER(VBoxUpdateLastCheckDate)(Bstr(szTimeStr).raw());
    294294    AssertComRCReturn(rc, rc);
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