diff --git a/DC_theme_generator.R b/DC_theme_generator.R
index 3991ca2fbbacb1acda7bcd069c19cb1322b9c692..985f072c0206135a3791d4f7bd2fb998d7355d57 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