dyndbg: give %3u width in pr-format, cosmetic only
[sfrench/cifs-2.6.git] / lib / dynamic_debug.c
index 1d012e597cc3f9753820b94a5dfc045a7747e908..01b7d0210412c3b701170444964eaab279d8583b 100644 (file)
@@ -947,7 +947,7 @@ int ddebug_add_module(struct _ddebug *tab, unsigned int n,
        list_add(&dt->link, &ddebug_tables);
        mutex_unlock(&ddebug_lock);
 
-       v2pr_info("%u debug prints in module %s\n", n, dt->mod_name);
+       v2pr_info("%3u debug prints in module %s\n", n, dt->mod_name);
        return 0;
 }