* Europagate, 1994-1995.
*
* $Log: gw-log.c,v $
- * Revision 1.5 1995/03/27 12:51:10 adam
+ * Revision 1.6 1995/03/28 08:01:51 adam
+ * Bug fix: GW_LOG_ERRNO.
+ *
+ * Revision 1.5 1995/03/27 12:51:10 adam
* New log level in use: GW_LOG_ERRNO.
*
* Revision 1.4 1995/02/23 08:32:22 adam
*cp = ' ';
count = strlen (emit_str);
vsprintf (emit_str+count, format, ap);
- if (e_level & GW_LOG_ERRNO)
+ if (level_a & GW_LOG_ERRNO)
{
strcat (emit_str, ": ");
strcat (emit_str, strerror (errno));