Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80900
b: refs/heads/master
c: 5c55841
h: refs/heads/master
v: v3
  • Loading branch information
Glauber de Oliveira Costa authored and Rusty Russell committed Jan 30, 2008
1 parent 04012a3 commit 5e895bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7ea08093e0ccbad030188ded3cb082d8b8094d35
refs/heads/master: 5c55841d16dbf7c759fa6fb2ecc5e615b86d17db
2 changes: 1 addition & 1 deletion trunk/drivers/lguest/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static int __init init(void)

/* Lguest can't run under Xen, VMI or itself. It does Tricky Stuff. */
if (paravirt_enabled()) {
printk("lguest is afraid of %s\n", pv_info.name);
printk("lguest is afraid of being a guest\n");
return -EPERM;
}

Expand Down

0 comments on commit 5e895bb

Please sign in to comment.