X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fnotifications.qh;h=2fbc9cdf0e67154affb28ff7f62bdb3be2600fe0;hb=9e6de751aaa2a918708f80735a006a03e84f2fcf;hp=2d775ca9d80e135e0b43f4548ad3d80cf0fb962b;hpb=3fffd587c93c7705c6d67c87e57a755851de4d63;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/notifications.qh b/qcsrc/common/notifications.qh index 2d775ca9d..2fbc9cdf0 100644 --- a/qcsrc/common/notifications.qh +++ b/qcsrc/common/notifications.qh @@ -850,7 +850,7 @@ void RegisterNotifications_First() #define dedi "" #endif - printf("Beginning notification initialization on %s%s program...\n", dedi, PROGNAME); + LOG_INFOF("Beginning notification initialization on %s%s program...\n", dedi, PROGNAME); #undef dedi // maybe do another implementation of this with checksums? for now, we don't need versioning @@ -876,9 +876,9 @@ void RegisterNotifications_Done() if(autocvar_notification_errors_are_fatal) error("Notification initialization failed! Read above and fix the errors!\n"); else - print("Notification initialization failed! Read above and fix the errors!\n"); + LOG_INFO("Notification initialization failed! Read above and fix the errors!\n"); } - else { print("Notification initialization successful!\n"); } + else { LOG_INFO("Notification initialization successful!\n"); } } // NOW we actually activate the declarations