diff --git a/includes/bean.pages.inc b/includes/bean.pages.inc
index 58f22ea..1d10ff5 100644
--- a/includes/bean.pages.inc
+++ b/includes/bean.pages.inc
@@ -286,7 +286,7 @@ function bean_form_submit($form, &$form_state) {
   $watchdog_args = array('@type' => $bean->typeName(), '%title' => $bean->label());
   $t_args = array('@type' => $bean->typeName(), '%title' => $bean->label());
 
-  if ($insert) {
+  if (!$insert) {
     watchdog('bean', '@type: added %title.', $watchdog_args, WATCHDOG_NOTICE, $bean->viewURL());
     drupal_set_message(t('@type %title has been created.', $t_args));
   }
