VirtualBox

Ignore:
Timestamp:
Nov 4, 2009 2:08:50 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54351
Message:

VBoxGuestR3LibHostVersion.cpp: missing newlines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp

    r24331 r24333  
    7979 * @param   ppszHostVersion     Receives pointer of allocated version string.
    8080 *                              The returned pointer must be freed using
    81  *                              RTStrFree().
     81 *                              VbglR3GuestPropReadValueFree().  Always set to
     82 *                              NULL.
    8283 * @param   ppszGuestVersion    Receives pointer of allocated revision string.
    8384 *                              The returned pointer must be freed using
    84  *                              RTStrFree().  Always set to zero.
     85 *                              VbglR3GuestPropReadValueFree().  Always set to
     86 *                              NULL.
    8587 */
    8688VBGLR3DECL(int) VbglR3HostVersionCheckForUpdate(uint32_t u32ClientId, bool *pfUpdate, char **ppszHostVersion, char **ppszGuestVersion)
     
    114116            && atoi(pszCheckHostVersion) == 0) /** @todo r=bird: don't use atoi, use RTStrToXX. avoid std*.h! */
    115117        {
    116             LogRel(("No host version update check performed (disabled)."));
     118            LogRel(("No host version update check performed (disabled).\n"));
    117119            *pfUpdate = false;
    118120        }
     
    147149            else if (rc == VERR_NOT_FOUND) /* Never wrote a last checked host version before */
    148150            {
    149                 LogFlow(("Never checked a host version before."));
     151                LogFlow(("Never checked a host version before.\n"));
    150152                rc = VINF_SUCCESS;
    151153            }
     
    167169        {
    168170            /* Yay, we have an update! */
    169             LogRel(("Guest Additions update found! Please upgrade this machine to the latest Guest Additions."));
     171            LogRel(("Guest Additions update found! Please upgrade this machine to the latest Guest Additions.\n"));
    170172        }
    171173        else
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