aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--global-functions.rsc3
1 files changed, 2 insertions, 1 deletions
diff --git a/global-functions.rsc b/global-functions.rsc
index c6625c1..f5fa5cb 100644
--- a/global-functions.rsc
+++ b/global-functions.rsc
@@ -1108,6 +1108,7 @@
:local NewComment [ :tostr $2 ];
:global CommitId;
+ :global CommitInfo;
:global ExpectedConfigVersion;
:global Identity;
:global IDonate;
@@ -1256,7 +1257,7 @@
}
:if ($CommitId != "unknown" && $CommitIdBefore != $CommitId) do={
- $LogPrint info $0 ("Updated to commit id: " . [ :pick $CommitId 0 8 ]);
+ $LogPrint info $0 ("Updated to commit: " . $CommitInfo . "/" . [ :pick $CommitId 0 8 ]);
}
:if ($ExpectedConfigVersionBefore > $ExpectedConfigVersion) do={