Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Semi Malinen committed Jan 28, 2011
1 parent 29a3a3e commit 6518523
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README
@@ -1,9 +1,9 @@
Build and installation instructions:
If source is taken from the git repo:
$ ./autogen.sh
$ mkdir build
$ cd build
$ ../configure <configure-options>
$ make
$ sudo make install
$ ./autogen.sh
$ mkdir build
$ cd build
$ ../configure <configure-options>
$ make
$ sudo make install

2 changes: 1 addition & 1 deletion modules/state.c
Expand Up @@ -398,7 +398,7 @@ static void deny_state_change_request(dsme_state_t denied_state,

ind.state = denied_state;
broadcast_with_extra(&ind, strlen(reason) + 1, reason);
dsme_log(LOG_WARNING,
dsme_log(LOG_CRIT,
"%s denied due to: %s",
(denied_state == DSME_STATE_SHUTDOWN ? "shutdown" : "reboot"),
reason);
Expand Down

0 comments on commit 6518523

Please sign in to comment.