diff options
| author | 2008-12-23 16:23:23 +0100 | |
|---|---|---|
| committer | 2008-12-23 16:23:23 +0100 | |
| commit | 1ccedb7cdba6886939dd8b4c8f965a826f696e56 (patch) | |
| tree | 0f5fc519a68faca5318c296315c9b6c502907056 /fs/ubifs/commit.c | |
| parent | x86: apic reset counter on shutdown (diff) | |
| parent | Linux 2.6.28-rc9 (diff) | |
| download | linux-dev-1ccedb7cdba6886939dd8b4c8f965a826f696e56.tar.xz linux-dev-1ccedb7cdba6886939dd8b4c8f965a826f696e56.zip | |
Merge commit 'v2.6.28-rc9' into x86/apic
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) { |
