VirtualBox

Ignore:
Timestamp:
Aug 7, 2012 6:47:59 AM (12 years ago)
Author:
vboxsync
Message:

Additions/common/VBoxService: the mktemp tool should print a message on success in non-parseable mode too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp

    r42615 r42645  
    12231223        toolboxMkTempReport("The following error occurred while creating a temporary directory with template '%s': %Rrc.\n",
    12241224                            argv[argc - 1], rc, fOutputFlags, NULL);
     1225        if (   RT_SUCCESS(rc)
     1226            && !(fOutputFlags & VBOXSERVICETOOLBOXOUTPUTFLAG_PARSEABLE))
     1227            RTPrintf("Created temporary directory '%s'.\n", argv[argc - 1]);
    12251228        if (fOutputFlags & VBOXSERVICETOOLBOXOUTPUTFLAG_PARSEABLE) /* Output termination. */
    12261229            VBoxServiceToolboxPrintStrmTermination();
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