From fcc9e65ad60e90bc1a557a778cc0caa91c0c9138 Mon Sep 17 00:00:00 2001 From: Debian BOINC Maintainers Date: Tue, 28 Aug 2012 03:05:07 +0000 Subject: [PATCH] _give_stderr_some_output =================================================================== Gbp-Pq: Name 211_give_stderr_some_output.patch --- client/main.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/client/main.cpp b/client/main.cpp index c2e64a4..ba99f60 100644 --- a/client/main.cpp +++ b/client/main.cpp @@ -160,7 +160,7 @@ typedef seti_error boinc_error; extern APP_INIT_DATA app_init_data; -int main(int argc, char** argv) { +int main(int argc, char* argv[]) { int retval = 0, i; FORCE_FRAME_POINTER; run_stage=PREGRX; @@ -176,7 +176,10 @@ int main(int argc, char** argv) { bool standalone = false; g_argv[0]=argv[0]; + fprintf(stderr,"boinc-app-seti is invoked with the following arguments: \n"); + fprintf(stderr,"--start\n"); for (i=1; i