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"
|
||||
|
||||
#if DEBUG
|
||||
# define D(f, ...) g_print(#f"\n", __VA_ARGS__);
|
||||
# define DD(a) g_print(#a"\n");
|
||||
# define D(f, ...) g_print("#"#f"\n", __VA_ARGS__);
|
||||
# define DD(a) g_print("#"#a"\n");
|
||||
#else
|
||||
# define D(f, ...) ;
|
||||
# define DD(a) ;
|
||||
|
|
|
@ -43,8 +43,8 @@ along with wyebrun. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#if DEBUG
|
||||
static gint64 start;
|
||||
# define D(f, ...) g_print(#f"\n", __VA_ARGS__);
|
||||
# define DD(a) g_print(#a"\n");
|
||||
# define D(f, ...) g_print("#"#f"\n", __VA_ARGS__);
|
||||
# define DD(a) g_print("#"#a"\n");
|
||||
#else
|
||||
# define D(...) ;
|
||||
# define DD(a) ;
|
||||
|
|
Loading…
Reference in New Issue
Block a user