[Gd-chatter] r11492 - trunk/libraries/network/koala/sources/koala
hannes at gwydiondylan.org
hannes at gwydiondylan.org
Fri Nov 16 22:21:00 CET 2007
Author: hannes
Date: Fri Nov 16 22:20:59 2007
New Revision: 11492
Modified:
trunk/libraries/network/koala/sources/koala/dsp.dylan
Log:
Job: koala
since tmplt.source is not always set, don't try to convert it into a string
Modified: trunk/libraries/network/koala/sources/koala/dsp.dylan
==============================================================================
--- trunk/libraries/network/koala/sources/koala/dsp.dylan (original)
+++ trunk/libraries/network/koala/sources/koala/dsp.dylan Fri Nov 16 22:20:59 2007
@@ -809,7 +809,7 @@
end;
define method display-template (tmplt :: <dsp-template>, page :: <dylan-server-page>)
- log-debug("Displaying template %s", as(<string>, tmplt.source));
+ log-debug("Displaying template %s", tmplt.source | "not set");
let stream = current-response().output-stream;
for (item in tmplt.entries)
select (item by instance?)
More information about the chatter
mailing list