From 7e58157f116d5dde56ac21f1be8cb67457b8b625 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期四, 07 三月 2019 14:49:42 +0800
Subject: [PATCH] Merge branch 'yw.1.2.fixbug' of ssh://192.168.1.226:29418/development/c++ into yw.1.2.fixbug

---
 QiaoJiaSystem/VideoToImage/main.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/QiaoJiaSystem/VideoToImage/main.cpp b/QiaoJiaSystem/VideoToImage/main.cpp
index d18fc30..e481224 100644
--- a/QiaoJiaSystem/VideoToImage/main.cpp
+++ b/QiaoJiaSystem/VideoToImage/main.cpp
@@ -27,7 +27,7 @@
 
 int main(int argc, char **argv) {
     SAVE_APP_ARGS
-
+    std::cout<<__DATE__<<" "<<__TIME__<<std::endl;
 #ifdef GLOG
         ENABLEGLOG(GET_STR_CONFIG("logPath").c_str());
 #endif

--
Gitblit v1.8.0