[dovecot-cvs] dovecot/src/lib macros.h,1.15,1.16
cras at dovecot.org
cras at dovecot.org
Sat Oct 16 17:59:36 EEST 2004
- Previous message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.35,
1.36 auth-master-connection.c, 1.13, 1.14 db-mysql.c, 1.12,
NONE db-mysql.h, 1.5, NONE db-pgsql.c, 1.9, NONE db-pgsql.h,
1.4, NONE db-sql.c, NONE, 1.1 db-sql.h, NONE,
1.1 passdb-mysql.c, 1.4, NONE passdb-pgsql.c, 1.6,
NONE passdb-sql.c, NONE, 1.1 passdb.c, 1.23, 1.24 passdb.h,
1.14, 1.15 userdb-mysql.c, 1.3, NONE userdb-pgsql.c, 1.7,
NONE userdb-sql.c, NONE, 1.1 userdb.c, 1.11, 1.12 userdb.h,
1.11, 1.12
- Next message: [dovecot-cvs] dovecot/src/lib ostream-file.c,1.39,1.40
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv6470/lib
Modified Files:
macros.h
Log Message:
i_unreached(): show also file and line number in error message
Index: macros.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/macros.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- macros.h 27 Apr 2004 20:25:53 -0000 1.15
+++ macros.h 16 Oct 2004 14:59:32 -0000 1.16
@@ -153,6 +153,6 @@
#endif
#define i_unreached() \
- i_panic("unreached")
+ i_panic("file %s: line %d: unreached", __FILE__, __LINE__)
#endif
- Previous message: [dovecot-cvs] dovecot/src/auth Makefile.am, 1.35,
1.36 auth-master-connection.c, 1.13, 1.14 db-mysql.c, 1.12,
NONE db-mysql.h, 1.5, NONE db-pgsql.c, 1.9, NONE db-pgsql.h,
1.4, NONE db-sql.c, NONE, 1.1 db-sql.h, NONE,
1.1 passdb-mysql.c, 1.4, NONE passdb-pgsql.c, 1.6,
NONE passdb-sql.c, NONE, 1.1 passdb.c, 1.23, 1.24 passdb.h,
1.14, 1.15 userdb-mysql.c, 1.3, NONE userdb-pgsql.c, 1.7,
NONE userdb-sql.c, NONE, 1.1 userdb.c, 1.11, 1.12 userdb.h,
1.11, 1.12
- Next message: [dovecot-cvs] dovecot/src/lib ostream-file.c,1.39,1.40
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list