diff mde/setup/Init.d @ 77:3dfd934100f7

Continuing widget data changes started in last commit: all previous widgets work again now (but lacking saving).
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 29 Jul 2008 17:11:22 +0100
parents 108d123238c0
children 56c0ddd90193
line wrap: on
line diff
--- a/mde/setup/Init.d	Mon Jul 28 18:49:18 2008 +0100
+++ b/mde/setup/Init.d	Tue Jul 29 17:11:22 2008 +0100
@@ -262,7 +262,7 @@
         const LOG_F_START = " - running";
         const LOG_F_END = " - completed";
         const LOG_F_BAD = " - failed";
-        const LOG_F_FAIL = " - failed: ";
+        const LOG_F_FAIL = " - exception: ";
         /* Runs all functions consecutively, first-to-last.
         * If any function fails, halts immediately. */
         void runStageForward (InitStage s) {