X-Git-Url: http://cgit.babelmonkeys.de/?p=mpdbot.git;a=blobdiff_plain;f=src%2FPEPThread.m;h=e00db9d8597aebcfc6ada79fa3c27af2b49e3742;hp=e857ae368311a28b6473fa83dd3bba77adbb90bd;hb=811f94951f504cabc7f12091bd0f0fdca6ab6240;hpb=24d30f68a87e502770a56745ca22e6c4b8af9787 diff --git a/src/PEPThread.m b/src/PEPThread.m index e857ae3..e00db9d 100644 --- a/src/PEPThread.m +++ b/src/PEPThread.m @@ -47,8 +47,8 @@ port: 6600]; return; } @catch (id e) { - of_log(@"Connection failed, retrying in %" PRIi64 - " seconds", pause); + [of_stderr writeFormat: @"Connection failed, retrying" + " in %" PRIi64 " seconds\n", pause]; [OFThread sleepForTimeInterval: pause]; if (pause < 120) pause *= 2;