Index: emfield.install
===================================================================
--- emfield.install	(revision 838)
+++ emfield.install	(working copy)
@@ -255,7 +255,7 @@
  */
 function emfield_update_6204() {
   $warning = t('Embedded Media Field no longer offers default third party media providers. If you have not already done so, you will most likely need to visit the !project project page and install the module(s) supporting the provider(s) you wish to include.', array('!project' => l(t('Embedded Media Field'), 'http://drupal.org/project/emfield', array('attributes' => array('target' => '_blank')))));
-  drupal_set_message($warning, 'error');
+  drupal_set_message($warning, 'warning');
   return array(array('query' => $warning, 'success' => TRUE));
 }
 
