X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fthreads%2Fthreadlist.cpp;h=ce055a083e15ff9f2dddd9b19a89472cdd1aff60;hb=c7982045b8e1a27aca0c14398bd17a90f88ae8cc;hp=70ad276835fb61cb07e10f95bf53e122172faa53;hpb=735bdda890a385d1fa9cc532faadbbc96f2d1218;p=cacao.git diff --git a/src/threads/threadlist.cpp b/src/threads/threadlist.cpp index 70ad27683..ce055a083 100644 --- a/src/threads/threadlist.cpp +++ b/src/threads/threadlist.cpp @@ -64,7 +64,7 @@ void ThreadList::dump_threads() // Lock the thread lists. lock(); - printf("Full thread dump CACAO "VERSION":\n"); + printf("Full thread dump CACAO "VERSION_FULL":\n"); // Iterate over all started threads. threadobject* self = THREADOBJECT;