Dash:
[t2.git] / package / boot / arcload / debug.patch
blob91c386a64bda64426dbbd420707d0af2022d39b9
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../arcload/debug.patch
5 # Copyright (C) 2020 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- arcload-0.5/arcgrub/arcfs.c.vanilla 2020-07-05 14:09:13.737424442 +0200
18 +++ arcload-0.5/arcgrub/arcfs.c 2020-07-05 14:58:08.849425865 +0200
19 @@ -30,7 +30,7 @@
20 FILEINFORMATION info;
22 if(ArcOpen((char *)name, OpenReadOnly, &(data->id)) != ESUCCESS) {
23 - grub_error(GRUB_ERR_FILE_NOT_FOUND, "ArcOpen failed");
24 + grub_error(GRUB_ERR_FILE_NOT_FOUND, "ArcOpen failed: %s", name);
25 return grub_errno;
27 data->pos = 0;