diff --git a/src/apps/codycam/VideoConsumer.cpp b/src/apps/codycam/VideoConsumer.cpp index 15d3440437..736a22c1ca 100644 --- a/src/apps/codycam/VideoConsumer.cpp +++ b/src/apps/codycam/VideoConsumer.cpp @@ -95,9 +95,9 @@ VideoConsumer::~VideoConsumer() Quit(); if (fWindow) { - printf(B_TRANSLATE("Locking the window\n")); + puts(B_TRANSLATE("Locking the window")); if (fWindow->Lock()) { - printf(B_TRANSLATE("Closing the window\n")); + puts(B_TRANSLATE("Closing the window")); fWindow->Close(); fWindow = 0; }