dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. f7f6ba85e15de56ae50c49bf8bae3f1779833243
Date: Wed, 30 Dec 2009 13:18:21 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  f7f6ba85e15de56ae50c49bf8bae3f1779833243 (commit)
      from  f7416a42ef725fc90f38d742a227a52334a3ec4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=f7f6ba85e15de56ae50c49bf8bae3f1779833243

commit f7f6ba85e15de56ae50c49bf8bae3f1779833243
Author: Klaus Treichel <address@hidden>
Date:   Wed Dec 30 14:18:08 2009 +0100

    Remove a missed debugging fprintf.

diff --git a/support/thread.c b/support/thread.c
index f4c317c..9b809f9 100755
--- a/support/thread.c
+++ b/support/thread.c
@@ -1202,7 +1202,6 @@ int ILThreadSleep(ILUInt32 ms)
 
        if((result = _ILThreadEnterWaitState(thread)) != IL_THREAD_OK)
        {
-               fprintf(stderr, "ILThreadSleep(%i) enterwaitstate failed with 
result = %i\n", ms, result);
                return result;
        }
 

-----------------------------------------------------------------------

Summary of changes:
 support/thread.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]