Changeset 92750 in vbox for trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
- Timestamp:
- Dec 6, 2021 1:29:09 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148661
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp
r92672 r92750 808 808 static int rtProcPosixProfileEnvHarvest(RTENV hEnvToUse, char *pszEnvDump, bool fWithMarkers) 809 809 { 810 LogFunc(("**** pszEnvDump start ****\n%s**** pszEnvDump end ****\n", pszEnvDump)); 810 LogRel3(("**** pszEnvDump start ****\n%s**** pszEnvDump end ****\n", pszEnvDump)); 811 if (!LogIs3Enabled()) 812 LogFunc(("**** pszEnvDump start ****\n%s**** pszEnvDump end ****\n", pszEnvDump)); 811 813 812 814 /* … … 1408 1410 else 1409 1411 { 1410 Log (("Failed to convert argument #%u '%s' to '%s': %Rrc\n", i, papszArgs[i], pszEncoding, rc));1412 LogRelMax(100, ("Failed to convert argument #%u '%s' to '%s': %Rrc\n", i, papszArgs[i], pszEncoding, rc)); 1411 1413 while (i-- > 0) 1412 1414 RTStrFree(papszArgsConverted[i]);
Note:
See TracChangeset
for help on using the changeset viewer.