We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 080e10c commit bc63c6dCopy full SHA for bc63c6d
modules/ln_core/log.scm
@@ -178,7 +178,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
178
(log-folder-cleanup)
179
180
;; let's say hello to ourselves
181
-(log-system "Application " (system-appname) " built " (system-builddatetime))
+(log-system "Application " (system-appname) " v" (system-appversion) " built " (system-builddatetime))
182
(log-system "Git hash " (system-buildhash))
183
184
;; eof
0 commit comments