Add # to debug msg
This commit is contained in:
parent
5c0562e6e8
commit
f624b888ec
|
@ -930,8 +930,8 @@ ephy_uri_tester_load (EphyUriTester *tester)
|
||||||
#define EXE "wyebab"
|
#define EXE "wyebab"
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
# define D(f, ...) g_print(#f"\n", __VA_ARGS__);
|
# define D(f, ...) g_print("#"#f"\n", __VA_ARGS__);
|
||||||
# define DD(a) g_print(#a"\n");
|
# define DD(a) g_print("#"#a"\n");
|
||||||
#else
|
#else
|
||||||
# define D(f, ...) ;
|
# define D(f, ...) ;
|
||||||
# define DD(a) ;
|
# define DD(a) ;
|
||||||
|
|
|
@ -43,8 +43,8 @@ along with wyebrun. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
static gint64 start;
|
static gint64 start;
|
||||||
# define D(f, ...) g_print(#f"\n", __VA_ARGS__);
|
# define D(f, ...) g_print("#"#f"\n", __VA_ARGS__);
|
||||||
# define DD(a) g_print(#a"\n");
|
# define DD(a) g_print("#"#a"\n");
|
||||||
#else
|
#else
|
||||||
# define D(...) ;
|
# define D(...) ;
|
||||||
# define DD(a) ;
|
# define DD(a) ;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user