Merge branch 'master' of git://git.code.sf.net/p/lwext4/git lwext4-0.8.0
authorgkostka <kostka.grzegorz@gmail.com>
Thu, 23 Jul 2015 17:26:57 +0000 (19:26 +0200)
committergkostka <kostka.grzegorz@gmail.com>
Thu, 23 Jul 2015 17:26:57 +0000 (19:26 +0200)
lwext4/ext4_debug.h

index 868e7da2feed024a8b48fe2911ee9aad245eadc7..9eed22d7da59d5f026f029d90929063a82a2a1ad 100644 (file)
@@ -104,8 +104,8 @@ uint32_t ext4_dmask_get(void);
 #define ext4_assert(_v)                                                        \
     do {                                                                       \
         if (!(_v)) {                                                           \
-            printf("Assertion failed:\nmodule: %s\nfunc: %s\nline: %d\n",      \
-                   __FILE__, __FUNCTION__, __LINE__);                          \
+            printf("Assertion failed:\nmodule: %s\nline: %d\n",                \
+                   __FILE__,  __LINE__);                                       \
         }                                                                      \
     } while (0)
 #else