[Libreoffice-commits] online.git: Makefile.am

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Apr 8 13:55:12 UTC 2019


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ef862cd054ad5fe85f1afd2b173629e7adffb80e
Author:     Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Mon Apr 8 15:49:55 2019 +0200
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Mon Apr 8 15:54:53 2019 +0200

    Fix copy/paste error
    
    Change-Id: I073feea761579ac9f196c430b8a6745811ee31fd
    Reviewed-on: https://gerrit.libreoffice.org/70417
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/Makefile.am b/Makefile.am
index 4fd349d76..9df919489 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -314,7 +314,7 @@ run-valgrind: all @JAILS_PATH@
 			  --o:logging.file[@enable]=false --o:logging.level=trace
 
 run-gdb: all @JAILS_PATH@
-	@echo "Launching loolwsd under valgrind's callgrind"
+	@echo "Launching loolwsd under gdb"
 	@fc-cache "@LO_PATH@"/share/fonts/truetype
 	@cp $(abs_top_srcdir)/test/data/hello.odt $(abs_top_srcdir)/test/data/hello-world.odt
 	@cp $(abs_top_srcdir)/test/data/hello.ods $(abs_top_srcdir)/test/data/hello-world.ods


More information about the Libreoffice-commits mailing list