From 568e0bdbf490dd8a79afc0b362e8f9e5c49025e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 22 May 2006 10:36:00 +0000 Subject: [PATCH] write errors to stderr git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17531 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/time/ZoneView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/time/ZoneView.cpp b/src/preferences/time/ZoneView.cpp index fa65362b35..9a55133ec0 100644 --- a/src/preferences/time/ZoneView.cpp +++ b/src/preferences/time/ZoneView.cpp @@ -496,7 +496,7 @@ TZoneView::SetTimeZone() // create new BDirectory dir(target.Path()); if (dir.CreateSymLink(path.Path(), target.Path(), NULL) != B_OK) - printf("timezone not linked\n"); + fprintf(stderr, "timezone not linked\n"); // update environment