mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
fixing the error messagE
This commit is contained in:
parent
0e23665de5
commit
81eb0217ad
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -275,7 +275,7 @@ int allowUpdate(char *mess, char *functionType) {
|
|||||||
getKernelVersion(retvals);
|
getKernelVersion(retvals);
|
||||||
snprintf(mess, MAX_STR_LENGTH,
|
snprintf(mess, MAX_STR_LENGTH,
|
||||||
"Could not update %s. Kernel version %s is too old to "
|
"Could not update %s. Kernel version %s is too old to "
|
||||||
"update the Amd flash\n",
|
"update the Amd flash. Most likely you will need to resuce this blackfin or get another one. Please contact us.\n",
|
||||||
functionType, retvals);
|
functionType, retvals);
|
||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
|
@ -12,4 +12,4 @@
|
|||||||
#define APIGOTTHARD2 0x211124
|
#define APIGOTTHARD2 0x211124
|
||||||
#define APIJUNGFRAU 0x211124
|
#define APIJUNGFRAU 0x211124
|
||||||
#define APIMYTHEN3 0x211124
|
#define APIMYTHEN3 0x211124
|
||||||
#define APIMOENCH 0x211123
|
#define APIMOENCH 0x211124
|
||||||
|
Loading…
x
Reference in New Issue
Block a user