diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-11 18:04:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-11 18:04:02 +0000 |
commit | 51b01aa724ddf077c155ec4d2a79ca21e720b537 (patch) | |
tree | c7bbefc61fe784e3fb71ec559bab85a1ef3ef6c2 /Build/source/texk/kpathsea/expand.c | |
parent | ce3a350555a7f3069c2715b37672f0c0d7f709fe (diff) |
prepending kpathsea: to warnings
git-svn-id: svn://tug.org/texlive/trunk@25603 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/expand.c')
-rw-r--r-- | Build/source/texk/kpathsea/expand.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/expand.c b/Build/source/texk/kpathsea/expand.c index 6084b9c8d92..d9eadd4bc14 100644 --- a/Build/source/texk/kpathsea/expand.c +++ b/Build/source/texk/kpathsea/expand.c @@ -1,7 +1,8 @@ /* expand.c: general expansion. - Copyright 1993, 1994, 1995, 1996, 1997, 1998, 2005, 2008, 2009, 2011 - Karl Berry & Olaf Weber. + Copyright 1993, 1994, 1995, 1996, 1997, 2005, 2008, 2009, 2011, + 2012 Karl Berry. + Copyright 1997-2005 Olaf Weber. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -333,7 +334,7 @@ brace_expand (kpathsea kpse, const_string *text) str_list_free(&recurse); /* Check for missing closing brace. */ if (*p != '}') { - WARNING1 ("%s: Unmatched {", *text); + WARNING1 ("kpathsea: %s: Unmatched {", *text); } *text = p+1; } else if (*p == '$') { |