Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255300
b: refs/heads/master
c: f678bc9
h: refs/heads/master
v: v3
  • Loading branch information
Sven Eckelmann committed May 30, 2011
1 parent c09968f commit 9902787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d3a547be40008be590c169ff2d5d73cc7fada71d
refs/heads/master: f678bc9883bb28d9d20db01bc0de53efbacc21c5
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/bat_debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int debug_log(struct bat_priv *bat_priv, char *fmt, ...)

va_start(args, fmt);
vscnprintf(tmp_log_buf, sizeof(tmp_log_buf), fmt, args);
fdebug_log(bat_priv->debug_log, "[%10u] %s",
fdebug_log(bat_priv->debug_log, "[%10lu] %s",
(jiffies / HZ), tmp_log_buf);
va_end(args);

Expand Down

0 comments on commit 9902787

Please sign in to comment.