X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fpython.c;h=0dae99d8242f69804a2c2b3e1ffee2e96b132aa9;hb=0a8741b9061f8df4a78a448c021612db06e17425;hp=5274262bbd6b5826ca40b8ec6940a20a7ea297cb;hpb=a9683eb26fde194a19c698ca828f1b638185b868;p=collectd.git diff --git a/src/python.c b/src/python.c index 5274262b..0dae99d8 100644 --- a/src/python.c +++ b/src/python.c @@ -1020,7 +1020,8 @@ static int cpy_init(void) { ERROR("python: Unable to create pipe."); return 1; } - if (plugin_thread_create(&thread, NULL, cpy_interactive, pipefd + 1)) { + if (plugin_thread_create(&thread, NULL, cpy_interactive, pipefd + 1, + "python interpreter")) { ERROR("python: Error creating thread for interactive interpreter."); } if(read(pipefd[0], &buf, 1))