Skip to content

Commit 8795635

Browse files
committed
Add file to IBDEBUG output
1 parent d39215a commit 8795635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_ibase_includes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#define IB_STATUS (IBG(status))
4242

4343
#ifdef IBASE_DEBUG
44-
#define IBDEBUG(a) php_printf("::: %s (%d)\n", a, __LINE__);
44+
#define IBDEBUG(a) php_printf("::: %s (%s:%d)\n", a, __FILE__, __LINE__);
4545
#endif
4646

4747
#ifndef IBDEBUG

0 commit comments

Comments
 (0)