diff --git a/openwebrx.py b/openwebrx.py
index c26cc46df2222b199b1d176781741fdee5e4e993..9420c1ac083fadaed18ed6e9820baf954337d190 100755
--- a/openwebrx.py
+++ b/openwebrx.py
@@ -138,7 +138,7 @@ def spectrum_thread_function():
 	dsp.set_fft_size(cfg.fft_size)
 	dsp.set_fft_fps(cfg.fft_fps)
 	sleep_sec=0.87/cfg.fft_fps
-	print "[openwebrx-spectrum] Spectrum thread initialized successfully. Thread id:", ctypes.CDLL('/lib/i386-linux-gnu/libc.so.6').syscall(224)
+	print "[openwebrx-spectrum] Spectrum thread initialized successfully."
 	dsp.start()
 	print "[openwebrx-spectrum] Spectrum thread started." 
 	while True: