Skip to content

Commit

Permalink
Merge pull request pi-hole#96 from pi-hole/development
Browse files Browse the repository at this point in the history
FTL v2.9.3
  • Loading branch information
DL6ER authored Jun 21, 2017
2 parents 236830d + d5a5229 commit 37f9cba
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions database.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,13 +364,6 @@ void *DB_GC_thread(void *val)
return NULL;
}

// Get how many rows have been affected (deleted)
int affected = sqlite3_changes(db);

// Print final message only if there is a difference
if(debug || affected)
logg("Notice: Database size is %.2f MB, deleted %i rows", get_db_filesize(), affected);

// Close database
dbclose();

Expand Down

0 comments on commit 37f9cba

Please sign in to comment.