diff --git a/commerce_keyclient.pages.inc b/commerce_keyclient.pages.inc
index 9516a93..5fe6e52 100644
--- a/commerce_keyclient.pages.inc
+++ b/commerce_keyclient.pages.inc
@@ -69,7 +69,7 @@ function commerce_keyclient_cancel() {
     // We dont have any response from keyclient for whatever reason, this could
     // happen when trying to checkout an already precessed order id for now lets
     // just redirect to the front page and log this.
-    watchdog('commerce_keyclient', 'response from keyclient is NULL. User redirected to frontpage', WATCHDOG_ERROR);
+    watchdog('commerce_keyclient', 'response from keyclient is NULL. User redirected to frontpage', array(), WATCHDOG_ERROR);
     drupal_goto('<front>');
 
   }
