From 466af30c174bf13084971d01bb7c8a87340d6700 Mon Sep 17 00:00:00 2001
From: Deepankar Chakroborty <deepankar.chakroborty@utu.fi>
Date: Tue, 25 Aug 2020 14:36:17 +0300
Subject: [PATCH] Update DC_theme_generator.R

---
 DC_theme_generator.R | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/DC_theme_generator.R b/DC_theme_generator.R
index 3991ca2..985f072 100644
--- a/DC_theme_generator.R
+++ b/DC_theme_generator.R
@@ -1,5 +1,5 @@
 # Development of the script has migrated to https://github.com/dchakro/
 # replace the line sourcing this file with the following in your code.
-print("This function has moved to: https://github.com/dchakro/ggplot_themes")
-print("Correct way to source the function is:")
+warning("This function has moved to: https://github.com/dchakro/ggplot_themes")
+message("Correct way to source the function is:")
 print("source('https://raw.githubusercontent.com/dchakro/ggplot_themes/master/DC_theme_generator.R')")
\ No newline at end of file
-- 
GitLab