diff options
| author | 2008-12-16 20:57:41 +0100 | |
|---|---|---|
| committer | 2008-12-16 20:57:41 +0100 | |
| commit | dd7a5230cd651bfb119d222561c4032f30dd5659 (patch) | |
| tree | 85628ef75d1f512f43df6f760980b6cce6cf40c7 /fs/ubifs/commit.c | |
| parent | x86: remove duplicate #define from 'cpufeature.h' (diff) | |
| parent | Linux 2.6.28-rc8 (diff) | |
| download | linux-dev-dd7a5230cd651bfb119d222561c4032f30dd5659.tar.xz linux-dev-dd7a5230cd651bfb119d222561c4032f30dd5659.zip | |
Merge commit 'v2.6.28-rc8' into x86/cpufeature
Diffstat (limited to 'fs/ubifs/commit.c')
| -rw-r--r-- | fs/ubifs/commit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ubifs/commit.c b/fs/ubifs/commit.c index 0a6aa2cc78f0..b49884c8c10e 100644 --- a/fs/ubifs/commit.c +++ b/fs/ubifs/commit.c @@ -234,8 +234,8 @@ int ubifs_bg_thread(void *info) int err; struct ubifs_info *c = info; - ubifs_msg("background thread \"%s\" started, PID %d", - c->bgt_name, current->pid); + dbg_msg("background thread \"%s\" started, PID %d", + c->bgt_name, current->pid); set_freezable(); while (1) { |
