Skip to content

Commit

Permalink
Remove debugging hexdump from devfsdev
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed May 25, 2016
1 parent e772957 commit 7aa537b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/devfsev.c
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ static bool fm_loop (FileMonitor *fm, FileMonitorCallback cb) {
eprintf ("Invalid length in fsevents data packet (%d, %d)\n",
arg_len, buf_end - buf_idx);
//arg_len += 12;
hexdump (buf + buf_idx, buf_end - buf_idx, 0); //arg_len + 2, 0);
// hexdump (buf + buf_idx, buf_end - buf_idx, 0); //arg_len + 2, 0);
}
#else
arg_len = sizeof (FMEventStruct) + 2;
Expand Down

0 comments on commit 7aa537b

Please sign in to comment.