mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
TPS logging: use app name
This commit is contained in:
parent
486cc48e33
commit
409276baed
1 changed files with 2 additions and 2 deletions
|
|
@ -632,8 +632,8 @@ var TPS = {
|
|||
|
||||
Logger.init(logpath);
|
||||
Logger.logInfo("Sync version: " + WEAVE_VERSION);
|
||||
Logger.logInfo("Firefox buildid: " + Services.appinfo.appBuildID);
|
||||
Logger.logInfo("Firefox version: " + Services.appinfo.version);
|
||||
Logger.logInfo(Services.appinfo.name + " buildid: " + Services.appinfo.appBuildID);
|
||||
Logger.logInfo(Services.appinfo.name + " version: " + Services.appinfo.version);
|
||||
|
||||
// do some sync housekeeping
|
||||
if (Weave.Service.isLoggedIn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue