Changeset 94579 in vbox
- Timestamp:
- Apr 12, 2022 8:36:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/HostUpdateImpl.cpp
r94438 r94579 290 290 char szTimeStr[RTTIME_STR_LEN]; 291 291 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)); 293 293 rc = ptrSystemProperties->COMSETTER(VBoxUpdateLastCheckDate)(Bstr(szTimeStr).raw()); 294 294 AssertComRCReturn(rc, rc);
Note:
See TracChangeset
for help on using the changeset viewer.