A discussion stemmed off of this issue that brought attention that there isn't a standard way of displaying a message during a system update.

Some instances use:
drupal_set_message(t('My message'));

... While others use:

$ret[] = array('success' => TRUE, 'query' => $message);

This should be standardized into one format and documentation should be written for which method is preferred.

Comments

dpearcefl’s picture

Status: Active » Postponed (maintainer needs more info)

Is this still a problem in current D6?

dpearcefl’s picture

Status: Postponed (maintainer needs more info) » Active
robloach’s picture

Version: 6.x-dev » 8.x-dev

Not even sure if this is still an issue.

jhedstrom’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

This is not currently an issue in system.install. All update hooks are returning a message instead of using drupal_set_message().