Skip to content

Commit

Permalink
Update spinner label when restoring from disk.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Nov 8, 2020
1 parent 5257978 commit eaf5e93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/goaccess.c
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,7 @@ init_processing (void) {
/* perform some additional checks before parsing panels */
verify_panels ();
/* initialize storage */
parsing_spinner->label = "Setting up Storage...";
init_storage ();
//if (conf.load_from_disk)
// set_general_stats ();
Expand Down Expand Up @@ -1478,6 +1479,7 @@ main (int argc, char **argv) {

/* main processing event */
time (&start_proc);
parsing_spinner->label = "Parsing...";
if ((ret = parse_log (&glog, NULL, 0))) {
end_spinner ();
goto clean;
Expand Down

0 comments on commit eaf5e93

Please sign in to comment.