projects
/
thirdparty
/
mdadm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Consistently print program Name and __func__ in debug messages.
[thirdparty/mdadm.git]
/
super-gpt.c
diff --git
a/super-gpt.c
b/super-gpt.c
index
6a2f749
..
1a2adce
100644
(file)
--- a/
super-gpt.c
+++ b/
super-gpt.c
@@
-77,8
+77,7
@@
static int load_gpt(struct supertype *st, int fd, char *devname)
free_gpt(st);
if (posix_memalign((void**)&super, 4096, 32*512) != 0) {
- pr_err("%s could not allocate superblock\n",
- __func__);
+ pr_err("could not allocate superblock\n");
return 1;
}