first real regulation errors

This commit is contained in:
phyto
2019-05-23 18:07:31 +02:00
parent af91555fe6
commit 2e4854c411
2 changed files with 25 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ wclear(glass); wrefresh(glass);
mfd = (fd_local>fd_remote ? fd_local : fd_remote) + 1; /* XXX */
#if DEBUG_LEVEL
#if DEBUG_LEVEL > 1
sprintf(ligne, "%s : mfd is %d\n", __func__, mfd);
waddstr(glass, ligne); wrefresh(glass);
#endif