Re: [PATCH] cabarc: Display message when extracting cab like in native.

2012-12-01 Thread Christian Costa
Le 30/11/2012 23:38, Alexandre Julliard a écrit : Christian Costa writes: Ok. I will use WINE_TRACE instead. So that would be better to remove -v option and turn all printf dependant of this option to WINE_TRACE, right ? Of course not. Debug options are for debugging the app, -v is for normal

Re: [PATCH] cabarc: Display message when extracting cab like in native.

2012-11-30 Thread Alexandre Julliard
Christian Costa writes: > Ok. I will use WINE_TRACE instead. So that would be better to remove > -v > option and turn all printf > dependant of this option to WINE_TRACE, right ? Of course not. Debug options are for debugging the app, -v is for normal users who want to see the details of what i

Re: [PATCH] cabarc: Display message when extracting cab like in native.

2012-11-30 Thread Christian Costa
Le 30/11/2012 23:12, Alexandre Julliard a écrit : Christian Costa writes: Le 30/11/2012 11:58, Alexandre Julliard a écrit : Christian Costa writes: @@ -713,9 +716,16 @@ int wmain( int argc, WCHAR *argv[] ) argv[--argc] = NULL; } } -retur

Re: [PATCH] cabarc: Display message when extracting cab like in native.

2012-11-30 Thread Alexandre Julliard
Christian Costa writes: > Le 30/11/2012 11:58, Alexandre Julliard a écrit : >> Christian Costa writes: >> >>> @@ -713,9 +716,16 @@ int wmain( int argc, WCHAR *argv[] ) >>> argv[--argc] = NULL; >>> } >>> } >>> -return extract_cabinet( buffer ); >>

Re: [PATCH] cabarc: Display message when extracting cab like in native.

2012-11-30 Thread Christian Costa
Le 30/11/2012 11:58, Alexandre Julliard a écrit : Christian Costa writes: @@ -713,9 +716,16 @@ int wmain( int argc, WCHAR *argv[] ) argv[--argc] = NULL; } } -return extract_cabinet( buffer ); +WINE_MESSAGE("Extracting file(s) from cabin

Re: [PATCH] cabarc: Display message when extracting cab like in native.

2012-11-30 Thread Alexandre Julliard
Christian Costa writes: > @@ -713,9 +716,16 @@ int wmain( int argc, WCHAR *argv[] ) > argv[--argc] = NULL; > } > } > -return extract_cabinet( buffer ); > +WINE_MESSAGE("Extracting file(s) from cabinet %s\n", > wine_dbgstr_a(cab_file)); > +