Browse Source

ckdb - display expected reload confirm finish point

master
kanoi 10 years ago
parent
commit
4dea43b0ca
  1. 2
      src/ckdb.c

2
src/ckdb.c

@ -9538,6 +9538,8 @@ static void confirm_reload()
tv_to_buf(&start, buf, sizeof(buf));
LOGWARNING("%s() load start timestamp %s", __func__, buf);
tv_to_buf(&confirm_finish, buf, sizeof(buf));
LOGWARNING("%s() load finish timestamp %s", __func__, buf);
/* Save the DB info for comparing to the reload
* i.e. the reload will generate from scratch all the

Loading…
Cancel
Save