Francois Gouget : testbot/testagentd: Print the version on startup.

Alexandre Julliard julliard at winehq.org
Mon Feb 25 14:02:21 CST 2013


Module: tools
Branch: master
Commit: cbf8daaa998399093b0ca517385caf18784d91f2
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=cbf8daaa998399093b0ca517385caf18784d91f2

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Feb 25 16:57:42 2013 +0100

testbot/testagentd: Print the version on startup.

---

 testbot/src/testagentd/testagentd.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/testbot/src/testagentd/testagentd.c b/testbot/src/testagentd/testagentd.c
index 3de9a3c..837ff02 100644
--- a/testbot/src/testagentd/testagentd.c
+++ b/testbot/src/testagentd/testagentd.c
@@ -1139,6 +1139,7 @@ int main(int argc, char** argv)
         error("listen() failed: %s\n", sockerror());
         exit(1);
     }
+    printf("Starting %s\n", PROTOCOL_VERSION);
     while (1)
     {
         SOCKET client;




More information about the wine-cvs mailing list