HaikuDepot: Instructions on Logs
Some error messages make mention of application logs and users don't know how to view the logs. This change adds some instructions about that to the user guide and also directs the user to the user guide in any error messages that mention the logs. Change-Id: Ib98737abe853586c58a1c1df7befb86aa1c04491 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2285 Reviewed-by: humdinger <[email protected]>
This commit is contained in:
@@ -78,4 +78,7 @@ enum UserUsageConditionsSelectionMode {
|
|||||||
|
|
||||||
#define STR_MDASH "\xE2\x80\x94"
|
#define STR_MDASH "\xE2\x80\x94"
|
||||||
|
|
||||||
|
#define ALERT_MSG_LOGS_USER_GUIDE "Information about how to view the logs is " \
|
||||||
|
"available in the HaikuDepot section of the user guide."
|
||||||
|
|
||||||
#endif // HAIKU_DEPOT_CONSTANTS_H
|
#endif // HAIKU_DEPOT_CONSTANTS_H
|
||||||
@@ -972,7 +972,8 @@ MainWindow::_BulkLoadProcessCoordinatorFinished(
|
|||||||
"that may cause data to be outdated or missing from the "
|
"that may cause data to be outdated or missing from the "
|
||||||
"application's display. Additional details regarding this "
|
"application's display. Additional details regarding this "
|
||||||
"problem may be able to be obtained from the application "
|
"problem may be able to be obtained from the application "
|
||||||
"logs."));
|
"logs."
|
||||||
|
ALERT_MSG_LOGS_USER_GUIDE));
|
||||||
}
|
}
|
||||||
BMessenger messenger(this);
|
BMessenger messenger(this);
|
||||||
messenger.SendMessage(MSG_BULK_LOAD_DONE);
|
messenger.SendMessage(MSG_BULK_LOAD_DONE);
|
||||||
|
|||||||
@@ -785,7 +785,8 @@ UserLoginWindow::_CreateAccountUserUsageConditionsSetupThread(
|
|||||||
B_TRANSLATE("Usage conditions download problem"),
|
B_TRANSLATE("Usage conditions download problem"),
|
||||||
B_TRANSLATE("An error has arisen downloading the usage "
|
B_TRANSLATE("An error has arisen downloading the usage "
|
||||||
"conditions required to create a new user. Check the log for "
|
"conditions required to create a new user. Check the log for "
|
||||||
"details and try again."));
|
"details and try again. "
|
||||||
|
ALERT_MSG_LOGS_USER_GUIDE));
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
@@ -391,7 +391,8 @@ UserUsageConditionsWindow::_NotifyFetchProblem()
|
|||||||
AppUtils::NotifySimpleError(
|
AppUtils::NotifySimpleError(
|
||||||
B_TRANSLATE("Usage conditions download problem"),
|
B_TRANSLATE("Usage conditions download problem"),
|
||||||
B_TRANSLATE("An error has arisen downloading the usage "
|
B_TRANSLATE("An error has arisen downloading the usage "
|
||||||
"conditions. Check the log for details and try again."));
|
"conditions. Check the log for details and try again. "
|
||||||
|
ALERT_MSG_LOGS_USER_GUIDE));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user