Skip to content

Commit bc63c6d

Browse files
authored
LOG: Add version number to header message (#384)
1 parent 080e10c commit bc63c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ln_core/log.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
178178
(log-folder-cleanup)
179179

180180
;; let's say hello to ourselves
181-
(log-system "Application " (system-appname) " built " (system-builddatetime))
181+
(log-system "Application " (system-appname) " v" (system-appversion) " built " (system-builddatetime))
182182
(log-system "Git hash " (system-buildhash))
183183

184184
;; eof

0 commit comments

Comments
 (0)