ci: Add Jenkins and Travis CI support
Change-Id: Iccfd44b910cd2cc703897b5e7fddc15ccb07cf89
diff --git a/src/sync-log.cpp b/src/sync-log.cpp
index ced80fe..bb10168 100644
--- a/src/sync-log.cpp
+++ b/src/sync-log.cpp
@@ -1,6 +1,6 @@
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
- * Copyright (c) 2013-2016, Regents of the University of California.
+ * Copyright (c) 2013-2017, Regents of the University of California.
*
* This file is part of ChronoShare, a decentralized file sharing application over NDN.
*
@@ -25,7 +25,7 @@
#include <boost/make_shared.hpp>
#include <boost/thread.hpp>
-INIT_LOGGER("Sync.Log");
+INIT_LOGGER("Sync.Log")
using namespace boost;
using namespace std;