[vlmc-devel] VLMCCoremain: Use the formal app name for logging

Yikai Lu git at videolan.org
Sat Jun 10 04:23:24 CEST 2017


vlmc | branch: master | Yikai Lu <luyikei.qmltu at gmail.com> | Sat Jun 10 11:11:41 2017 +0900| [9062a204a6b9c02cc98edd1ae234427bd609f8b8] | committer: Yikai Lu

VLMCCoremain: Use the formal app name for logging

> https://code.videolan.org/videolan/vlmc/commit/9062a204a6b9c02cc98edd1ae234427bd609f8b8
---

 src/Main/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Main/main.cpp b/src/Main/main.cpp
index 8e0c4afb..0c9aeeb5 100644
--- a/src/Main/main.cpp
+++ b/src/Main/main.cpp
@@ -215,7 +215,7 @@ VLMCCoremain( int argc, char **argv )
     /* Load a project file */
     if ( projectFile == nullptr || outputFile == nullptr )
     {
-        vlmcCritical() << "Usage: ./vlmc "
+        vlmcCritical() << "Usage:" << argv[0]
 #ifdef HAVE_GUI
                 << "--no-gui "
 #endif



More information about the Vlmc-devel mailing list