VirtualBox

Ignore:
Timestamp:
Nov 4, 2022 1:51:55 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Control: Extended path logging limit from 32 to 128 characters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r97395 r97401  
    7171    xrange = range; # pylint: disable=redefined-builtin,invalid-name
    7272
    73 def limitString(sString, cLimit = 32):
     73def limitString(sString, cLimit = 128):
    7474    """
    7575    Returns a string with ellipsis ("...") when exceeding the specified limit.
    76     Useful for toning down logging. By default strings will be shortened at 32 characters.
     76    Useful for toning down logging. By default strings will be shortened at 128 characters.
    7777    """
    7878    if not isinstance(sString, str):
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