<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -769,8 +769,8 @@ class Merb::BootLoader::LoadClasses &lt; Merb::BootLoader
       # the file is changed, it'll be reloaded again
       begin
         load file
-      rescue SyntaxError
-        return
+      rescue SyntaxError =&gt; e
+        Merb.logger.error &quot;Cannot load #{file} because of syntax error: #{e.message}&quot;
       ensure
         if Merb::Config[:reload_classes]
           MTIMES[file] = File.mtime(file)</diff>
      <filename>lib/merb-core/bootloader.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3ae019fe96ffaa6cdaa79181279a1f8ef192eb69</id>
    </parent>
  </parents>
  <author>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/42da35e9861d0ca0ef228a017316a31d76cf0e29</url>
  <id>42da35e9861d0ca0ef228a017316a31d76cf0e29</id>
  <committed-date>2008-10-11T21:30:03-07:00</committed-date>
  <authored-date>2008-10-11T21:30:03-07:00</authored-date>
  <message>Log syntax errors when loading the app.</message>
  <tree>cba5dac7c5570b3c1164d3544e4b1a62dbd7a3ba</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
