summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/assocnamebad.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 21:35:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-05 21:35:04 +0000
commitf2b169a4a5e05e9d40b15d3af4fe86eaded55e9a (patch)
tree8286ec265f9deae526ded09f7ae2400bddef3f6e /cpukit/libcsupport/src/assocnamebad.c
parent2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f2b169a4a5e05e9d40b15d3af4fe86eaded55e9a.tar.bz2
2008-09-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/assocnamebad.c: Correct file name in message.
Diffstat (limited to 'cpukit/libcsupport/src/assocnamebad.c')
-rw-r--r--cpukit/libcsupport/src/assocnamebad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/assocnamebad.c b/cpukit/libcsupport/src/assocnamebad.c
index c8f96cc0e6..155f08649d 100644
--- a/cpukit/libcsupport/src/assocnamebad.c
+++ b/cpukit/libcsupport/src/assocnamebad.c
@@ -30,7 +30,7 @@ rtems_assoc_name_bad(
sprintf(bad_buffer, "< %" PRId32 "[0x%" PRIx32 " ] >", bad_value, bad_value);
#else
- static char bad_buffer[32] = "<assoc.c: BAD NAME>";
+ static char bad_buffer[40] = "<assocnamebad.c: : BAD NAME>";
#endif
return bad_buffer;
}