Branch: Tag:

2016-10-25

2016-10-25 09:34:24 by Anders Johansson <anders@roxen.com>

Removed undesired slow thread finished message

It was previously reported also when dumps for slow threads was
disabled.

858: Inside #if undefined(NO_SLOW_REQ_BT)
  protected void report_slow_thread_finished (Thread.Thread thread,    float time_spent)   { +  if (query ("slow_req_bt_count") == 0) { +  return; +  } +     string th_name =    ((thread != backend_thread) && thread_name(thread, 1)) || "";    if (sizeof(th_name))