summaryrefslogtreecommitdiffstats
path: root/kodi-14.0-versioning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kodi-14.0-versioning.patch')
-rw-r--r--kodi-14.0-versioning.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/kodi-14.0-versioning.patch b/kodi-14.0-versioning.patch
index d7b88f5..a721ac9 100644
--- a/kodi-14.0-versioning.patch
+++ b/kodi-14.0-versioning.patch
@@ -1,11 +1,11 @@
---- a/xbmc/Application.cpp.orig 2014-08-24 13:48:56.198199578 -0500
-+++ b/xbmc/Application.cpp 2014-08-24 13:55:16.242116310 -0500
-@@ -697,7 +697,7 @@
+--- a/xbmc/Application.cpp.orig 2014-09-02 23:33:50.772971473 -0500
++++ b/xbmc/Application.cpp 2014-09-02 23:36:52.579689432 -0500
+@@ -690,7 +690,7 @@
CProfilesManager::Get().Load();
CLog::Log(LOGNOTICE, "-----------------------------------------------------------------------");
-- CLog::Log(LOGNOTICE, "Starting Kodi (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetPlatformName().c_str(),
-+ CLog::Log(LOGNOTICE, "Starting Kodi from RPM Fusion (%s). Platform: %s %s %d-bit", g_infoManager.GetVersion().c_str(), g_sysinfo.GetBuildTargetPlatformName().c_str(),
- g_sysinfo.GetBuildTargetCpuFamily().c_str(), g_sysinfo.GetXbmcBitness());
+- CLog::Log(LOGNOTICE, "Starting %s (%s). Platform: %s %s %d-bit", g_infoManager.GetAppName().c_str(), g_infoManager.GetVersion().c_str(),
++ CLog::Log(LOGNOTICE, "Starting %s from RPM Fusion (%s). Platform: %s %s %d-bit", g_infoManager.GetAppName().c_str(), g_infoManager.GetVersion().c_str(),
+ g_sysinfo.GetBuildTargetPlatformName().c_str(), g_sysinfo.GetBuildTargetCpuFamily().c_str(), g_sysinfo.GetXbmcBitness());
std::string buildType;