Commit 67a39a8586d80dbadff89a781d247fa0d07a67c7

Authored by Perry Werneck
1 parent e531b695
Exists in master and in 1 other branch develop

Fixing multi-thread issues.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/v3270/iocallback.c
... ... @@ -147,7 +147,7 @@ static int static_RunTask(H3270 *hSession, int(*callback)(H3270 *, void *), void
147 147  
148 148 int rc = callback(hSession,parm);
149 149  
150   - trace("%s starts -------------------------------------", __FUNCTION__);
  150 + trace("%s ends ---------------------------------------", __FUNCTION__);
151 151 /*
152 152 struct bgParameter p = { TRUE, hSession, -1, callback, parm };
153 153  
... ...