code style
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 7 May 2012 12:22:28 +0000 (12:22 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 7 May 2012 12:22:28 +0000 (12:22 +0000)
src/html.c

index 797b128..07945f6 100644 (file)
@@ -165,10 +165,9 @@ static const char *get_footer()
                footer = file_get_content(path);
 
                if (!footer)
-                       log_err("Failed to get footer template: %s", path);
+                       log_err("Failed to read footer template: %s", path);
        }
 
-               
        return footer;
 }