X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FFrontPanel.c;h=c2635205e0e90f3e76f596e60438d596b3aadf13;hb=1c06c2c1a5fb22b9a1f2d4db85674b8f9bcc8ebb;hp=85faeebbae1cf2ff8d7a1d87845a5754bcfab86e;hpb=423d477bfecd490de1449c59325c8776f91d7aac;p=ghc-hetmet.git diff --git a/ghc/rts/FrontPanel.c b/ghc/rts/FrontPanel.c index 85faeeb..c263520 100644 --- a/ghc/rts/FrontPanel.c +++ b/ghc/rts/FrontPanel.c @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: FrontPanel.c,v 1.9 2004/08/13 13:09:49 simonmar Exp $ * * (c) The GHC Team 2000 * @@ -102,7 +101,7 @@ configure_event( GtkWidget *widget, GdkEventConfigure *event STG_UNUSED, widget->allocation.width, widget->allocation.height); - fprintf(stderr, "configure!\n"); + debugBelch("configure!\n"); updateFrontPanel(); return TRUE; }