[cig-commits] commit: Make it less wordy by default

Mercurial hg at geodynamics.org
Fri Apr 23 13:05:04 PDT 2010


changeset:   413:3e3dad9cf6dc
tag:         tip
user:        Walter Landry <wlandry at caltech.edu>
date:        Fri Apr 23 13:02:55 2010 -0700
files:       libPICellerator/Toolbox/Toolbox.c
description:
Make it less wordy by default


diff -r 4e555f7b10ea -r 3e3dad9cf6dc libPICellerator/Toolbox/Toolbox.c
--- a/libPICellerator/Toolbox/Toolbox.c	Tue Mar 23 08:16:43 2010 -0700
+++ b/libPICellerator/Toolbox/Toolbox.c	Fri Apr 23 13:02:55 2010 -0700
@@ -71,7 +71,7 @@ void PICellerator_Toolbox_Finalise( Plug
 void PICellerator_Toolbox_Finalise( PluginsManager* pluginsManager ) {
 	PICellerator_Finalise();
 	
-	Journal_RPrintf( Journal_Register( Info_Type, (Name)PICellerator_Toolbox_Type  ), "Finalised: PICellerator Toolbox.\n" );
+	Journal_RPrintf( Journal_Register( DebugStream_Type, (Name)PICellerator_Toolbox_Type  ), "Finalised: PICellerator Toolbox.\n" );
 }
 
 Index PICellerator_Toolbox_Register( PluginsManager* pluginsManager ) {



More information about the CIG-COMMITS mailing list