Uwe Bonnes : wineboot: Print failing command line.
Module: wine Branch: master Commit: 22dde33ed28109268aa94dc32aa86e5feb11712c URL: http://source.winehq.org/git/wine.git/?a=commit;h=22dde33ed28109268aa94dc32a... Author: Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> Date: Tue May 5 20:11:51 2009 +0200 wineboot: Print failing command line. --- programs/wineboot/wineboot.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/programs/wineboot/wineboot.c b/programs/wineboot/wineboot.c index c647fe6..0aec488 100644 --- a/programs/wineboot/wineboot.c +++ b/programs/wineboot/wineboot.c @@ -506,7 +506,7 @@ static BOOL ProcessRunKeys( HKEY hkRoot, LPCWSTR szKeyName, BOOL bDelete, if( (res=runCmd(szCmdLine, NULL, bSynchronous, FALSE ))==INVALID_RUNCMD_RETURN ) { - WINE_ERR("Error running cmd #%d (%d)\n", i, GetLastError() ); + WINE_ERR("Error running cmd %s (%d)\n", wine_dbgstr_w(szCmdLine), GetLastError() ); } WINE_TRACE("Done processing cmd #%d\n", i);
participants (1)
-
Alexandre Julliard